Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c58 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, variable
233 yytext_is_array = true; in check_options()
281 if (C_plus_plus && yytext_is_array) { in check_options()
283 yytext_is_array = false; in check_options()
442 if (yytext_is_array) in check_options()
958 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = in flexinit()
1243 yytext_is_array = true; in flexinit()
1247 yytext_is_array = false; in flexinit()
1687 if (yytext_is_array) { in readin()
H A Dgen.c1509 if (yymore_used && !yytext_is_array) { in make_tables()
1520 if (yytext_is_array) { in make_tables()
1800 if (yytext_is_array) { in make_tables()
1814 if (yytext_is_array) { in make_tables()
1846 if (yytext_is_array) { in make_tables()
1939 if (yymore_used && !yytext_is_array) { in make_tables()
1972 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" : in make_tables()
H A Dscan.l200 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
201 ^"%array".*{NL} yytext_is_array = true; ++linenum;
H A Dinitscan.c2340 yytext_is_array = false; ++linenum; variable
2345 yytext_is_array = true; ++linenum; variable
2635 yytext_is_array = option_sense; variable
2739 yytext_is_array = ! option_sense; variable
H A Dflexdef.h375 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;