Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c243 cfoll(f, p1); /* set up follow sets */ in mkdfa()
474 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */ in cfoll() function
499 cfoll(f,left(v)); in cfoll()
503 cfoll(f,left(v)); in cfoll()
504 cfoll(f,right(v)); in cfoll()
H A Dproto.h49 extern void cfoll(fa *, Node *);
H A DFIXES.1e1208 since cfoll() stores a pointer in it. now works better when int's