Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c116 static int get_gototab(fa*, int, int);
614 static int get_gototab(fa *f, int state, int ch) /* hide gototab implementation */ in get_gototab() function
714 if ((ns = get_gototab(f, s, rune)) != 0) in match()
747 if ((ns = get_gototab(f, s, rune)) != 0) in pmatch()
803 if ((ns = get_gototab(f, s, rune)) != 0) in nematch()
902 if ((ns = get_gototab(pfa, s, c)) != 0) in fnematch()