Searched refs:get_gototab (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/awk/ |
| D | b.c | 114 static int get_gototab(fa*, int, int); 630 static int get_gototab(fa *f, int state, int ch) /* hide gototab implementation */ in get_gototab() function 730 if ((ns = get_gototab(f, s, rune)) != 0) in match() 763 if ((ns = get_gototab(f, s, rune)) != 0) in pmatch() 819 if ((ns = get_gototab(f, s, rune)) != 0) in nematch() 918 if ((ns = get_gototab(pfa, s, c)) != 0) in fnematch()
|