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

/freebsd-11-stable/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-11-stable/contrib/sendmail/src/
H A Dcollect.c591 nextstate:
593 sm_dprintf("nextstate, istate=%d, mstate=%d, line=\"%s\"\n",
613 goto nextstate;
664 goto nextstate;
/freebsd-11-stable/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-11-stable/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-11-stable/crypto/openssh/
H A Dchannels.c1575 int newsock, nextstate; local
1585 nextstate = SSH_CHANNEL_OPENING;
1588 nextstate = SSH_CHANNEL_OPENING;
1591 nextstate = SSH_CHANNEL_OPENING;
1594 nextstate = SSH_CHANNEL_DYNAMIC;
1597 nextstate = SSH_CHANNEL_OPENING;
1613 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1620 if (nextstate != SSH_CHANNEL_DYNAMIC)
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c1030 int nextstate, GCObject **nextlist) {
1039 g->gcstate = nextstate;
1029 sweepstep(lua_State *L, global_State *g, int nextstate, GCObject **nextlist) argument
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c180 * @param nextstate The state to transition to.
186 next_state(struct iter_qstate* iq, enum iter_state nextstate) argument
190 if(iter_state_is_responsestate(nextstate)) {
196 iq->state = nextstate;

Completed in 235 milliseconds