Searched refs:lex_compat (Results 1 - 6 of 6) sorted by last modified time

/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c2837 lex_compat = option_sense; variable
3235 if ( lex_compat || posix_compat )
3469 if ( lex_compat || nmdefptr[0] == '^' ||
3505 if (lex_compat || posix_compat){
3520 if (lex_compat || posix_compat)
3869 if ( lex_compat || posix_compat )
H A Dinitparse.c1161 if ( lex_compat || (varlength && headcnt == 0) )
1215 if ( lex_compat || varlength )
1239 if ( lex_compat || (varlength && headcnt == 0) )
/freebsd-10.3-release/contrib/flex/
H A Dscan.l365 lex-compat lex_compat = option_sense;
508 if ( lex_compat || posix_compat )
692 if ( lex_compat || nmdefptr[0] == '^' ||
722 if (lex_compat || posix_compat){
733 if (lex_compat || posix_compat)
849 if ( lex_compat || posix_compat )
H A Dparse.y25 * which tokens to return based on whether posix_compat or lex_compat
26 * are specified. Specifying either posix_compat or lex_compat will
410 if ( lex_compat || (varlength && headcnt == 0) )
462 if ( lex_compat || varlength )
485 if ( lex_compat || (varlength && headcnt == 0) )
H A Dmain.c53 int interactive, lex_compat, posix_compat, do_yylineno,
235 if (lex_compat) {
281 if (lex_compat)
750 if (lex_compat)
938 lex_compat = posix_compat = C_plus_plus = backing_up_report =
1100 lex_compat = true;
1517 if (lex_compat) {
1644 if (lex_compat)
52 int interactive, lex_compat, posix_compat, do_yylineno, variable
H A Dflexdef.h363 * lex_compat - if true (-l), maximize compatibility with AT&T lex
404 extern int interactive, lex_compat, posix_compat, do_yylineno;

Completed in 113 milliseconds