Searched refs:nultrans (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Ddfa.c368 if (nultrans)
369 nultrans =
370 reallocate_integer_array (nultrans,
487 nultrans =
490 /* From now on, nultrans != nil indicates that we're
505 if (nultrans)
706 if (nultrans) {
707 nultrans[ds] = state[NUL_ec];
H A Dgen.c865 if (worry_about_NULs && !nultrans) {
881 if (worry_about_NULs && nultrans) {
910 if (worry_about_NULs && nultrans) {
938 if (need_backing_up && (!nultrans || fullspd || fulltbl))
946 if (nultrans) {
1695 if (nultrans) {
1725 mkdata (nultrans[i]);
1726 yynultrans_data[i] = nultrans[i];
H A Dmain.c91 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
1767 nultrans = (int *) 0;
90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
H A Dflexdef.h605 * nultrans - NUL transition for each state
627 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,

Completed in 45 milliseconds