Home
last modified time | relevance | path

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

/minix/external/bsd/flex/dist/
H A Dmain.c58 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, variable
248 yytext_is_array = true; in check_options()
296 if (C_plus_plus && yytext_is_array) { in check_options()
298 yytext_is_array = false; in check_options()
427 if (yytext_is_array) in check_options()
944 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit =
1230 yytext_is_array = true;
1234 yytext_is_array = false;
1680 if (yytext_is_array) { in readin()
H A Dgen.c1542 if (yymore_used && !yytext_is_array) { in make_tables()
1553 if (yytext_is_array) { in make_tables()
1832 if (yytext_is_array) { in make_tables()
1846 if (yytext_is_array) { in make_tables()
1878 if (yytext_is_array) { in make_tables()
1971 if (yymore_used && !yytext_is_array) { in make_tables()
2004 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" : in make_tables()
H A Dscan.l177 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
178 ^"%array".*{NL} yytext_is_array = true; ++linenum;
H A Dinitscan.c2362 yytext_is_array = false; ++linenum; variable
2367 yytext_is_array = true; ++linenum; variable
2654 yytext_is_array = option_sense; variable
2762 yytext_is_array = ! option_sense; variable
H A Dflexdef.h410 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;