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

/freebsd-13-stable/contrib/flex/src/
H A Dscan.l389 lex-compat lex_compat = option_sense;
534 if ( lex_compat || posix_compat )
719 if ( lex_compat || nmdefptr[0] == '^' ||
749 if (lex_compat || posix_compat){
760 if (lex_compat || posix_compat)
882 if ( lex_compat || posix_compat )
H A Dmain.c53 int interactive, lex_compat, posix_compat, do_yylineno,
220 if (lex_compat) {
266 if (lex_compat)
766 if (lex_compat)
952 lex_compat = posix_compat = C_plus_plus = backing_up_report =
1113 lex_compat = true;
1527 if (lex_compat) {
1651 if (lex_compat)
52 int interactive, lex_compat, posix_compat, do_yylineno, variable
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
412 if ( lex_compat || (varlength && headcnt == 0) )
464 if ( lex_compat || varlength )
487 if ( lex_compat || (varlength && headcnt == 0) )
H A Dflexdef.h320 * lex_compat - if true (-l), maximize compatibility with AT&T lex
362 extern int interactive, lex_compat, posix_compat, do_yylineno;
/freebsd-13-stable/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.c1160 if ( lex_compat || (varlength && headcnt == 0) )
1214 if ( lex_compat || varlength )
1238 if ( lex_compat || (varlength && headcnt == 0) )

Completed in 125 milliseconds