Searched refs:yytext_is_array (Results 1 – 5 of 5) sorted by relevance
1069 if ( yymore_used && ! yytext_is_array ) in make_tables()1080 if ( yytext_is_array ) in make_tables()1265 if ( yytext_is_array ) in make_tables()1278 if ( yytext_is_array ) in make_tables()1309 if ( yytext_is_array ) in make_tables()1388 if ( yymore_used && ! yytext_is_array ) in make_tables()
59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable192 yytext_is_array = true; in check_options()241 if ( C_plus_plus && yytext_is_array ) in check_options()244 yytext_is_array = false; in check_options()593 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = false;1027 if ( yytext_is_array ) in readin()
128 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;129 ^"%array".*{NL} yytext_is_array = true; ++linenum;
1637 yytext_is_array = false; ++linenum; variable1642 yytext_is_array = true; ++linenum; variable1840 yytext_is_array = option_sense; variable1941 yytext_is_array = ! option_sense; variable
391 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;