Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Db.c217 f->gototab[2][i] = 0; in makeinit()
565 if ((ns = f->gototab[s][*p]) != 0) in match()
595 if ((ns = f->gototab[s][*q]) != 0) in pmatch()
629 f->gototab[2][i] = 0; in pmatch()
654 if ((ns = f->gototab[s][*q]) != 0) in nematch()
687 f->gototab[2][i] = 0; in nematch()
1025 f->gototab[s][c] = i; in cgoto()
1039 f->gototab[f->curstat][i] = 0; in cgoto()
1045 f->gototab[s][c] = f->curstat; in cgoto()
H A Dawk.h299 uschar gototab[NSTATES][NCHARS]; member