Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Db.c178 f->gototab[2][i] = 0; in makeinit()
436 if ((ns = f->gototab[s][*p]) != 0) in match()
465 if ((ns = f->gototab[s][*q]) != 0) in pmatch()
498 f->gototab[2][i] = 0; in pmatch()
522 if ((ns = f->gototab[s][*q]) != 0) in nematch()
555 f->gototab[2][i] = 0; in nematch()
820 f->gototab[s][c] = i; in cgoto()
834 f->gototab[f->curstat][i] = 0; in cgoto()
840 f->gototab[s][c] = f->curstat; in cgoto()
H A Dawk.h256 uchar gototab[NSTATES][NCHARS]; member