Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Ddfa.c690 nultrans[ds] = state[NUL_ec]; in ntod()
691 state[NUL_ec] = 0; /* remove transition */ in ntod()
951 ch = NUL_ec; in symfollowset()
973 ch = NUL_ec; in symfollowset()
1044 duplist, numecs, NUL_ec); in sympartition()
1053 ich = NUL_ec; in sympartition()
1068 ich = NUL_ec; in sympartition()
H A Dgen.c873 NUL_ec); in gen_next_state()
877 NUL_ec); in gen_next_state()
959 out_dec ("yy_current_state = yy_nxt[yy_current_state][%d];\n", NUL_ec); in gen_NUL_trans()
961 out_dec ("yy_current_state = yy_nxt[yy_current_state*YY_NXT_LOLEN + %d];\n", NUL_ec); in gen_NUL_trans()
967 out_dec ("int yy_c = %d;\n", NUL_ec); in gen_NUL_trans()
982 snprintf (NUL_ec_str, sizeof(NUL_ec_str), "%d", NUL_ec); in gen_NUL_trans()
H A Dmain.c91 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
1714 NUL_ec = ABS (ecgroup[0]); in readin()
H A Dflexdef.h584 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,