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

/freebsd-10.0-release/contrib/flex/
H A Dtblcmp.c805 void stack1 (statenum, sym, nextstate, deflink)
806 int statenum, sym, nextstate, deflink;
809 mk1tbl (statenum, sym, nextstate, deflink);
815 onenext[onesp] = nextstate;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dcollect.c593 nextstate:
595 sm_dprintf("nextstate, istate=%d, mstate=%d, line=\"%s\"\n",
615 goto nextstate;
666 goto nextstate;
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c271 static struct Status *statelst, **nextstate; variable in typeref:struct:
299 nextstate = &statelst;
815 *nextstate = pt;
816 nextstate = &pt->nextstatus;
/freebsd-10.0-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c167 struct stateattri * nextstate; member in struct:stateattri
838 newstate->nextstate = statelist;
980 if (!(pstate = pstate->nextstate))
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c1505 int newsock, nextstate; local
1515 nextstate = SSH_CHANNEL_OPENING;
1519 nextstate = SSH_CHANNEL_DYNAMIC;
1522 nextstate = SSH_CHANNEL_OPENING;
1538 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1545 if (nextstate != SSH_CHANNEL_DYNAMIC)
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diterator.c137 * @param nextstate The state to transition to.
143 next_state(struct iter_qstate* iq, enum iter_state nextstate) argument
147 if(iter_state_is_responsestate(nextstate)) {
153 iq->state = nextstate;

Completed in 97 milliseconds