Home
last modified time | relevance | path

Searched refs:NUL_ec (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Ddfa.c705 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;
Dgen.c608 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()
Dmain.c90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
1048 NUL_ec = ABS( ecgroup[0] ); in readin()
Dflexdef.h603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;