Searched refs:posns (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
H A Db.c140 if ((f->posns[0] = (int *) calloc(1, *(f->re[0].lfollow)*sizeof(int))) == NULL)
142 if ((f->posns[1] = (int *) calloc(1, sizeof(int))) == NULL)
144 *f->posns[1] = 0;
159 xfree(f->posns[2]);
160 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL)
163 (f->posns[2])[i] = (f->re[0].lfollow)[i];
165 if ((f->posns[2])[1] == f->accept)
171 *f->posns[2] = k-1; /* leave out position 0 */
173 (f->posns[0])[i] = (f->posns[
[all...]
H A Dawk.h222 int *posns[NSTATES]; member in struct:fa

Completed in 23 milliseconds