Searched refs:trlcontxt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dparse.y70 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule;
223 trlcontxt = variable_trail_rule = varlength = false;
447 if ( trlcontxt )
474 trlcontxt = true;
485 if ( trlcontxt )
517 if ( trlcontxt )
520 trlcontxt = true;
H A Dscan.l38 extern int trlcontxt; /* Set in parse.y for each rule. */
721 || (end_is_ws && trlcontxt && !sf_skip_ws()))
/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.c56 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule; variable
970 trlcontxt = variable_trail_rule = varlength = false;
1197 if ( trlcontxt )
1224 trlcontxt = true;
1236 if ( trlcontxt )
1267 if ( trlcontxt )
1270 trlcontxt = true;
H A Dinitscan.c1884 extern int trlcontxt; /* Set in parse.y for each rule. */
3443 || (end_is_ws && trlcontxt && !sf_skip_ws()))

Completed in 159 milliseconds