Searched refs:cgoto (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | b.c | 169 f->curstat = cgoto(f, 2, HAT); in makeinit() 481 s = cgoto(f, s, *p); in match() 512 s = cgoto(f, s, *q); in pmatch() 570 s = cgoto(f, s, *q); in nematch() 850 int cgoto(fa *f, int s, int c) in cgoto() function
|
D | proto.h | 69 extern int cgoto(fa *, int, int);
|
D | FIXES | 899 performance bug in b.c/cgoto(): not freeing some sets of states.
|