Searched refs:yytext_is_array (Results 1 – 4 of 4) sorted by relevance
58 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable240 yytext_is_array = true; in check_options()283 if (C_plus_plus && yytext_is_array) { in check_options()285 yytext_is_array = false; in check_options()404 if (yytext_is_array) in check_options()912 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = in flexinit()1191 yytext_is_array = true; in flexinit()1195 yytext_is_array = false; in flexinit()1614 if (yytext_is_array) { in readin()
1515 if (yymore_used && !yytext_is_array) { in make_tables()1524 if (yytext_is_array) { in make_tables()1790 if (yytext_is_array) { in make_tables()1802 if (yytext_is_array) { in make_tables()1831 if (yytext_is_array) { in make_tables()1918 if (yymore_used && !yytext_is_array) { in make_tables()1950 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" : in make_tables()
176 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;177 ^"%array".*{NL} yytext_is_array = true; ++linenum;
371 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;