Home
last modified time | relevance | path

Searched refs:cgoto (Results 1 – 3 of 3) sorted by relevance

/external/one-true-awk/
Db.c170 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
Dproto.h64 extern int cgoto(fa *, int, int);
DFIXES1061 performance bug in b.c/cgoto(): not freeing some sets of states.