HomeSort by relevance Sort by last modified time
    Searched refs:yytext_is_array (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 1069 if ( yymore_used && ! yytext_is_array )
1080 if ( yytext_is_array )
1265 if ( yytext_is_array )
1278 if ( yytext_is_array )
1309 if ( yytext_is_array )
1388 if ( yymore_used && ! yytext_is_array )
    [all...]
main.c 59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
192 yytext_is_array = true;
241 if ( C_plus_plus && yytext_is_array )
244 yytext_is_array = false;
593 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = false;
1027 if ( yytext_is_array )
scan.l 128 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
129 ^"%array".*{NL} yytext_is_array = true; ++linenum;
225 array yytext_is_array = option_sense;
254 pointer yytext_is_array = ! option_sense;
initscan.c 1637 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
    [all...]
flexdef.h 369 * yytext_is_array - if true (i.e., %array directive), then declare
391 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
    [all...]

Completed in 177 milliseconds