HomeSort by relevance Sort by last modified time
    Searched refs:gototab (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
b.c 168 f->gototab[2][i] = 0;
478 if ((ns = f->gototab[s][*p]) != 0)
509 if ((ns = f->gototab[s][*q]) != 0)
541 f->gototab[2][i] = 0;
567 if ((ns = f->gototab[s][*q]) != 0)
598 f->gototab[2][i] = 0;
869 /* compute positions of gototab[s,c] into setvec */
912 f->gototab[s][c] = i;
926 f->gototab[f->curstat][i] = 0;
932 f->gototab[s][c] = f->curstat
    [all...]
awk.h 219 uschar gototab[NSTATES][NCHARS]; member in struct:fa

Completed in 233 milliseconds