Searched refs:cgoto (Results 1 – 3 of 3) sorted by relevance
/external/one-true-awk/ |
D | b.c | 170 f->curstat = cgoto(f, 2, HAT); in makeinit() 482 s = cgoto(f, s, *p); in match() 513 s = cgoto(f, s, *q); in pmatch() 571 s = cgoto(f, s, *q); in nematch() 862 int cgoto(fa *f, int s, int c) in cgoto() function
|
D | proto.h | 64 extern int cgoto(fa *, int, int);
|
D | FIXES | 1061 performance bug in b.c/cgoto(): not freeing some sets of states.
|