Searched refs:JAMSTATE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | tblcmp.c | 103 mkentry (state, numecs, statenum, JAMSTATE, totaltrans); in bldtbl() 183 JAMSTATE, totaltrans); in bldtbl() 282 mkentry (tmp, nummecs, lastdfa + i + 1, JAMSTATE, in cmptmps() 505 if (deflink == JAMSTATE) in mkentry() 506 base[statenum] = JAMSTATE; in mkentry() 516 if (state[minec] != 0 || deflink != JAMSTATE) in mkentry() 530 if (state[maxec] != 0 || deflink != JAMSTATE) in mkentry() 560 (state[i] != 0 || deflink != JAMSTATE) && in mkentry() 596 if (state[i] != 0 || deflink != JAMSTATE) { in mkentry()
|
H A D | flexdef.h | 205 #define JAMSTATE -32766 /* marks a reference to the state that always jams */ macro
|
H A D | gen.c | 1322 if (base[i] == JAMSTATE) in gentabs() 1325 if (d == JAMSTATE) in gentabs()
|
H A D | dfa.c | 741 stack1 (ds, 0, 0, JAMSTATE); in ntod()
|