Searched refs:NUL_ec (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/lex/ |
H A D | dfa.c | 701 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 D | gen.c | 884 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 D | main.c | 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable 1638 NUL_ec = ABS(ecgroup[0]); in readin()
|
H A D | flexdef.h | 589 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
|