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

/freebsd-13-stable/contrib/flex/src/
H A Dtblcmp.c482 * int state[numchars + 1], numchars, statenum, deflink, totaltrans;
483 * mkentry( state, numchars, statenum, deflink, totaltrans );
486 * is the offset to be used into the base/def tables, and "deflink" is the
487 * entry to put in the "def" table entry. If "deflink" is equal to
492 * taken care of by whereever "deflink" points. "totaltrans" is the total
498 void mkentry (int *state, int numchars, int statenum, int deflink, argument
505 if (deflink == JAMSTATE)
510 def[statenum] = deflink;
516 if (state[minec] != 0 || deflink != JAMSTATE)
524 stack1 (statenum, minec, state[minec], deflink);
795 stack1(int statenum, int sym, int nextstate, int deflink) argument
[all...]

Completed in 77 milliseconds