Home
last modified time | relevance | path

Searched refs:lex_compat (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/flex/src/
H A Dmain.c52 int interactive, lex_compat, posix_compat, do_yylineno, variable
219 if (lex_compat) { in check_options()
265 if (lex_compat) in check_options()
765 if (lex_compat) in flexend()
951 lex_compat = posix_compat = C_plus_plus = backing_up_report = in flexinit()
1112 lex_compat = true; in flexinit()
1526 if (lex_compat) { in readin()
1650 if (lex_compat) in readin()
H A Dscan.l534 if ( lex_compat || posix_compat )
719 if ( lex_compat || nmdefptr[0] == '^' ||
749 if (lex_compat || posix_compat){
760 if (lex_compat || posix_compat)
H A Dparse.y412 if ( lex_compat || (varlength && headcnt == 0) )
464 if ( lex_compat || varlength )
487 if ( lex_compat || (varlength && headcnt == 0) )
H A Dflexdef.h362 extern int interactive, lex_compat, posix_compat, do_yylineno;
/freebsd/usr.bin/lex/
H A Dinitscan.c2801 lex_compat = option_sense; variable
3205 if ( lex_compat || posix_compat )
3441 if ( lex_compat || nmdefptr[0] == '^' ||
3477 if (lex_compat || posix_compat){
3492 if (lex_compat || posix_compat)
3847 if ( lex_compat || posix_compat )
H A Dinitparse.c1159 if ( lex_compat || (varlength && headcnt == 0) ) in YYPARSE_DECL()
1213 if ( lex_compat || varlength ) in YYPARSE_DECL()
1237 if ( lex_compat || (varlength && headcnt == 0) ) in YYPARSE_DECL()