Searched refs:NUL_ec (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | dfa.c | 705 nultrans[ds] = state[NUL_ec]; in ntod() 706 state[NUL_ec] = 0; /* remove transition */ in ntod() 954 ch = NUL_ec; 976 ch = NUL_ec; 1061 duplist, numecs, NUL_ec ); 1072 ich = NUL_ec; 1088 ich = NUL_ec;
|
D | gen.c | 608 NUL_ec ); 611 "(*yy_cp ? YY_SC_TO_UI(*yy_cp) : %d)", NUL_ec ); 690 NUL_ec ); in gen_NUL_trans() 697 out_dec( "register int yy_c = %d;\n", NUL_ec ); in gen_NUL_trans() 713 (void) sprintf( NUL_ec_str, "%d", NUL_ec ); in gen_NUL_trans()
|
D | main.c | 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable 1048 NUL_ec = ABS( ecgroup[0] ); in readin()
|
D | flexdef.h | 603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
|