Home
last modified time | relevance | path

Searched refs:yytext_is_array (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/flex/src/
H A Dmain.c55 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, variable
230 yytext_is_array = true; in check_options()
278 if (C_plus_plus && yytext_is_array) { in check_options()
280 yytext_is_array = false; in check_options()
439 if (yytext_is_array) in check_options()
955 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = in flexinit()
1240 yytext_is_array = true; in flexinit()
1244 yytext_is_array = false; in flexinit()
1684 if (yytext_is_array) { in readin()
H A Dgen.c1506 if (yymore_used && !yytext_is_array) { in make_tables()
1517 if (yytext_is_array) { in make_tables()
1797 if (yytext_is_array) { in make_tables()
1811 if (yytext_is_array) { in make_tables()
1843 if (yytext_is_array) { in make_tables()
1936 if (yymore_used && !yytext_is_array) { in make_tables()
1969 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" : in make_tables()
H A Dscan.l197 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
198 ^"%array".*{NL} yytext_is_array = true; ++linenum;
H A Dflexdef.h366 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
/freebsd/usr.bin/lex/
H A Dinitscan.c2363 yytext_is_array = false; ++linenum; variable
2369 yytext_is_array = true; ++linenum; variable
2718 yytext_is_array = option_sense; variable
2844 yytext_is_array = ! option_sense; variable