Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c274 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 Dproto.h61 extern int cgoto(fa *, int, int);
H A DFIXES.1e1388 performance bug in b.c/cgoto(): not freeing some sets of states.