Searched refs:C_long_decl (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | gen.c | 55 static char C_long_decl[] = "static yyconst long int %s[%d] =\n { 0,\n"; variable 414 out_str_dec( long_align ? C_long_decl : C_short_decl, in genftbl() 815 out_str_dec( long_align ? C_long_decl : C_short_decl, in gentabs() 903 out_str_dec( long_align ? C_long_decl : C_short_decl, "yy_accept", k ); in gentabs() 953 C_long_decl : C_short_decl, in gentabs() 988 C_long_decl : C_short_decl, in gentabs() 997 C_long_decl : C_short_decl, in gentabs() 1014 C_long_decl : C_short_decl, in gentabs() 1195 out_str_dec( long_align ? C_long_decl : C_short_decl, in make_tables()
|