Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/one-true-awk/
Db.c171 f->gototab[2][i] = 0; in makeinit()
496 if ((ns = f->gototab[s][*p]) != 0) in match()
527 if ((ns = f->gototab[s][*q]) != 0) in pmatch()
559 f->gototab[2][i] = 0; in pmatch()
585 if ((ns = f->gototab[s][*q]) != 0) in nematch()
616 f->gototab[2][i] = 0; in nematch()
930 f->gototab[s][c] = i; in cgoto()
944 f->gototab[f->curstat][i] = 0; in cgoto()
950 f->gototab[s][c] = f->curstat; in cgoto()
Dawk.h219 uschar gototab[NSTATES][NCHARS]; member