Searched refs:headcnt (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | parse.y | 69 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen; variable 224 trailcnt = headcnt = rulelen = 0; 237 headcnt, trailcnt , previous_continued_action); 273 headcnt, trailcnt , previous_continued_action); 402 if ( ! varlength || headcnt != 0 ) 408 headcnt = 0; 412 if ( lex_compat || (varlength && headcnt == 0) ) 440 headcnt = 0; 487 if ( lex_compat || (varlength && headcnt == 0) ) 528 headcnt = rulelen;
|
H A D | nfa.c | 194 void finish_rule (int mach, int variable_trail_rule, int headcnt, int trailcnt, in finish_rule() argument 243 if (headcnt > 0 || trailcnt > 0) { in finish_rule() 253 if (headcnt > 0) { in finish_rule() 256 "YY_LINENO_REWIND_TO(%s + %d);\n", scanner_bp, headcnt); in finish_rule() 260 scanner_cp, scanner_bp, headcnt); in finish_rule()
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 54 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen; variable 970 trailcnt = headcnt = rulelen = 0; in YYPARSE_DECL() 983 headcnt, trailcnt , previous_continued_action); in YYPARSE_DECL() 1020 headcnt, trailcnt , previous_continued_action); in YYPARSE_DECL() 1149 if ( ! varlength || headcnt != 0 ) in YYPARSE_DECL() 1155 headcnt = 0; in YYPARSE_DECL() 1159 if ( lex_compat || (varlength && headcnt == 0) ) in YYPARSE_DECL() 1189 headcnt = 0; in YYPARSE_DECL() 1237 if ( lex_compat || (varlength && headcnt == 0) ) in YYPARSE_DECL() 1277 headcnt = rulelen; in YYPARSE_DECL()
|