Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dgen.c1069 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()
Dmain.c59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
192 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()
Dscan.l128 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
129 ^"%array".*{NL} yytext_is_array = true; ++linenum;
Dinitscan.c1637 yytext_is_array = false; ++linenum; variable
1642 yytext_is_array = true; ++linenum; variable
1840 yytext_is_array = option_sense; variable
1941 yytext_is_array = ! option_sense; variable
Dflexdef.h391 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;