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

/freebsd-10.2-release/contrib/flex/
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);
400 if ( ! varlength || headcnt != 0 )
406 headcnt = 0;
410 if ( lex_compat || (varlength && headcnt == 0) )
438 headcnt = 0;
485 if ( lex_compat || (varlength && headcnt == 0) )
526 headcnt
[all...]
H A Dnfa.c191 * are variable size. Otherwise if headcnt or trailcnt is non-zero then
192 * the machine recognizes a pattern with trailing context and headcnt is
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) {
259 if (headcnt > 0) {
261 scanner_cp, scanner_bp, headcnt);
/freebsd-10.2-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);
1151 if ( ! varlength || headcnt != 0 )
1157 headcnt = 0;
1161 if ( lex_compat || (varlength && headcnt == 0) )
1191 headcnt = 0;
1239 if ( lex_compat || (varlength && headcnt == 0) )
1279 headcnt
[all...]

Completed in 114 milliseconds