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

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c103 mkentry( state, numecs, statenum, JAMSTATE, totaltrans );
189 JAMSTATE, totaltrans );
295 mkentry( tmp, nummecs, lastdfa + i + 1, JAMSTATE, totaltrans );
509 * "JAMSTATE", then no attempt will be made to fit zero entries of "state"
511 * "JAMSTATE" they will be taken care of. In any case, entries in "state"
528 if ( deflink == JAMSTATE )
529 base[statenum] = JAMSTATE;
540 if ( state[minec] != 0 || deflink != JAMSTATE )
556 if ( state[maxec] != 0 || deflink != JAMSTATE )
589 (state[i] != 0 || deflink != JAMSTATE)
[all...]
H A Dgen.c964 if ( base[i] == JAMSTATE )
967 if ( d == JAMSTATE )
H A Dflexdef.h214 #define JAMSTATE -32766 /* marks a reference to the state that always jams */ macro
H A Ddfa.c738 stack1( ds, 0, 0, JAMSTATE );

Completed in 110 milliseconds