Home
last modified time | relevance | path

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

/minix/external/bsd/flex/dist/
H A Ddfa.c708 nultrans[ds] = state[NUL_ec]; in ntod()
709 state[NUL_ec] = 0; /* remove transition */ in ntod()
971 ch = NUL_ec;
993 ch = NUL_ec;
1066 duplist, numecs, NUL_ec);
1075 ich = NUL_ec;
1090 ich = NUL_ec;
H A Dgen.c894 NUL_ec);
898 NUL_ec);
980 out_dec ("yy_current_state = yy_nxt[yy_current_state][%d];\n", NUL_ec); in gen_NUL_trans()
982 out_dec ("yy_current_state = yy_nxt[yy_current_state*YY_NXT_LOLEN + %d];\n", NUL_ec); in gen_NUL_trans()
988 out_dec ("register int yy_c = %d;\n", NUL_ec); in gen_NUL_trans()
1003 snprintf (NUL_ec_str, sizeof(NUL_ec_str), "%d", NUL_ec); in gen_NUL_trans()
H A Dmain.c93 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
1706 NUL_ec = ABS (ecgroup[0]); in readin()
H A Dflexdef.h628 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,