Searched refs:cfoll (Results 1 – 3 of 3) sorted by relevance
243 cfoll(f, p1); /* set up follow sets */ in mkdfa()487 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */ in cfoll() function512 cfoll(f,left(v)); in cfoll()516 cfoll(f,left(v)); in cfoll()517 cfoll(f,right(v)); in cfoll()
46 extern void cfoll(fa *, Node *);
1208 since cfoll() stores a pointer in it. now works better when int's