Lines Matching +defs:val +defs:f
122 intalloc(size_t n, const char *f) in intalloc()
131 resizesetvec(const char *f) in resizesetvec()
144 resize_state(fa *f, int state) in resize_state()
228 fa *f; in mkdfa() local
259 int makeinit(fa *f, bool anchor) in makeinit()
487 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */ in cfoll()
612 static void resize_gototab(fa *f, int state) in resize_gototab()
627 static int get_gototab(fa *f, int state, int ch) /* hide gototab implementation */ in get_gototab()
654 static int set_gototab(fa *f, int state, int ch, int val) /* hide gototab implementation */ in set_gototab()
703 static void clear_gototab(fa *f, int state) in clear_gototab()
710 int match(fa *f, const char *p0) /* shortest match ? */ in match()
740 int pmatch(fa *f, const char *p0) /* longest match, for sub */ in pmatch()
796 int nematch(fa *f, const char *p0) /* non-empty match, for sub */ in nematch()
861 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch()
1481 int cgoto(fa *f, int s, int c) in cgoto()
1560 void freefa(fa *f) /* free a finite automaton */ in freefa()