Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Ddfa.c701 nultrans[ds] = state[NUL_ec]; in ntod()
702 state[NUL_ec] = 0; /* remove transition */ in ntod()
963 ch = NUL_ec; in symfollowset()
985 ch = NUL_ec; in symfollowset()
1056 duplist, numecs, NUL_ec); in sympartition()
1065 ich = NUL_ec; in sympartition()
1080 ich = NUL_ec; in sympartition()
H A Dgen.c884 NUL_ec); in gen_next_state()
888 NUL_ec); in gen_next_state()
966 out_dec("yy_current_state = yy_nxt[yy_current_state][%d];\n", NUL_ec); in gen_NUL_trans()
968 out_dec("yy_current_state = yy_nxt[yy_current_state*YY_NXT_LOLEN + %d];\n", NUL_ec); in gen_NUL_trans()
972 out_dec("int yy_c = %d;\n", NUL_ec); in gen_NUL_trans()
985 snprintf(NUL_ec_str, sizeof(NUL_ec_str), "%d", NUL_ec); in gen_NUL_trans()
H A Dmain.c90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
1638 NUL_ec = ABS(ecgroup[0]); in readin()
H A Dflexdef.h589 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,