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 169 f->gototab[2][i] = 0;
479 if ((ns = f->gototab[s][*p]) != 0)
510 if ((ns = f->gototab[s][*q]) != 0)
542 f->gototab[2][i] = 0;
568 if ((ns = f->gototab[s][*q]) != 0)
599 f->gototab[2][i] = 0;
878 /* compute positions of gototab[s,c] into setvec */
921 f->gototab[s][c] = i;
935 f->gototab[f->curstat][i] = 0;
941 f->gototab[s][c] = f->curstat
    [all...]
awk.h 227 uschar gototab[NSTATES][NCHARS]; member in struct:fa

Completed in 507 milliseconds