Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dtblcmp.c108 mkentry(state, numecs, statenum, JAMSTATE, totaltrans); in bldtbl()
192 JAMSTATE, totaltrans); in bldtbl()
291 mkentry(tmp, nummecs, lastdfa + i + 1, JAMSTATE, in cmptmps()
525 if (deflink == JAMSTATE) in mkentry()
526 base[statenum] = JAMSTATE; in mkentry()
535 if (state[minec] != 0 || deflink != JAMSTATE) in mkentry()
549 if (state[maxec] != 0 || deflink != JAMSTATE) in mkentry()
581 (state[i] != 0 || deflink != JAMSTATE) && in mkentry()
618 if (state[i] != 0 || deflink != JAMSTATE) { in mkentry()
Dgen.c1327 if (base[i] == JAMSTATE) in gentabs()
1330 if (d == JAMSTATE) in gentabs()
Dflexdef.h210 #define JAMSTATE -32766 /* marks a reference to the state that always jams */ macro
Ddfa.c752 stack1 (ds, 0, 0, JAMSTATE); in ntod()