Searched refs:NUL_ec (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/flex/ |
| HD | dfa.c | 707 nultrans[ds] = state[NUL_ec]; in ntod() 708 state[NUL_ec] = 0; /* remove transition */ in ntod() 970 ch = NUL_ec; 992 ch = NUL_ec; 1065 duplist, numecs, NUL_ec); 1074 ich = NUL_ec; 1089 ich = NUL_ec;
|
| HD | gen.c | 869 NUL_ec); 873 NUL_ec); 955 out_dec ("yy_current_state = yy_nxt[yy_current_state][%d];\n", NUL_ec); in gen_NUL_trans() 957 out_dec ("yy_current_state = yy_nxt[yy_current_state*YY_NXT_LOLEN + %d];\n", NUL_ec); in gen_NUL_trans() 963 out_dec ("int yy_c = %d;\n", NUL_ec); in gen_NUL_trans() 978 snprintf (NUL_ec_str, sizeof(NUL_ec_str), "%d", NUL_ec); in gen_NUL_trans()
|
| HD | main.c | 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable 1703 NUL_ec = ABS (ecgroup[0]); in readin()
|
| HD | flexdef.h | 627 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
|