Searched refs:trailcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/flex/
H A Dnfa.c191 * are variable size. Otherwise if headcnt or trailcnt is non-zero then
194 * if the matched part has variable length. trailcnt is the number of
199 void finish_rule (mach, variable_trail_rule, headcnt, trailcnt,
201 int mach, variable_trail_rule, headcnt, trailcnt, pcont_act;
249 if (headcnt > 0 || trailcnt > 0) {
267 scanner_cp, trailcnt);
H A Dparse.y69 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen;
222 trailcnt = headcnt = rulelen = 0;
235 headcnt, trailcnt , previous_continued_action);
271 headcnt, trailcnt , previous_continued_action);
428 trailcnt = rulelen;
439 trailcnt = 1;
491 trailcnt = rulelen;
/freebsd-10.1-release/usr.bin/lex/
H A Dinitparse.c54 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen; variable
972 trailcnt = headcnt = rulelen = 0;
985 headcnt, trailcnt , previous_continued_action);
1022 headcnt, trailcnt , previous_continued_action);
1179 trailcnt = rulelen;
1192 trailcnt = 1;
1245 trailcnt = rulelen;

Completed in 61 milliseconds