Searched refs:cgoto (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 274 f->curstat = cgoto(f, 2, HAT); in makeinit() 730 s = cgoto(f, s, rune); in match() 763 s = cgoto(f, s, rune); in pmatch() 819 s = cgoto(f, s, rune); in nematch() 918 s = cgoto(pfa, s, c); in fnematch() 1481 int cgoto(fa *f, int s, int c) in cgoto() function
|
H A D | proto.h | 61 extern int cgoto(fa *, int, int);
|
H A D | FIXES.1e | 1388 performance bug in b.c/cgoto(): not freeing some sets of states.
|