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

/macosx-10.10.1/awk-20/src/
H A Db.c191 f->gototab[2][i] = 0;
501 if ((ns = f->gototab[s][*p]) != 0)
532 if ((ns = f->gototab[s][*q]) != 0)
564 f->gototab[2][i] = 0;
590 if ((ns = f->gototab[s][*q]) != 0)
621 f->gototab[2][i] = 0;
1178 /* compute positions of gototab[s,c] into setvec */
1221 f->gototab[s][c] = i;
1235 f->gototab[f->curstat][i] = 0;
1241 f->gototab[
[all...]
H A Dawk.h220 uschar gototab[NSTATES][NCHARS]; member in struct:fa

Completed in 95 milliseconds