Home
last modified time | relevance | path

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

/external/one-true-awk/
Db.c168 f->gototab[2][i] = 0; in makeinit()
478 if ((ns = f->gototab[s][*p]) != 0) in match()
509 if ((ns = f->gototab[s][*q]) != 0) in pmatch()
541 f->gototab[2][i] = 0; in pmatch()
567 if ((ns = f->gototab[s][*q]) != 0) in nematch()
598 f->gototab[2][i] = 0; in nematch()
912 f->gototab[s][c] = i; in cgoto()
926 f->gototab[f->curstat][i] = 0; in cgoto()
932 f->gototab[s][c] = f->curstat; in cgoto()
Dawk.h219 uschar gototab[NSTATES][NCHARS]; member