HomeSort by: relevance | last modified time | path
    Searched refs:nextstate (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/flex/dist/src/
tblcmp.c 798 void stack1 (int statenum, int sym, int nextstate, int deflink)
801 mk1tbl (statenum, sym, nextstate, deflink);
807 onenext[onesp] = nextstate;
tblcmp.c 798 void stack1 (int statenum, int sym, int nextstate, int deflink)
801 mk1tbl (statenum, sym, nextstate, deflink);
807 onenext[onesp] = nextstate;
  /src/external/bsd/ppp/dist/pppd/
fsm.c 213 terminate_layer(fsm *f, int nextstate)
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
240 f->state = nextstate;
fsm.c 213 terminate_layer(fsm *f, int nextstate)
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
240 f->state = nextstate;
  /src/external/gpl2/rcs/dist/src/
rcs.c 274 static struct Status *statelst, **nextstate; variable in typeref:struct:
302 nextstate = &statelst;
818 *nextstate = pt;
819 nextstate = &pt->nextstatus;
rcs.c 274 static struct Status *statelst, **nextstate; variable in typeref:struct:
302 nextstate = &statelst;
818 *nextstate = pt;
819 nextstate = &pt->nextstatus;
rlog.c 170 struct stateattri * nextstate; member in struct:stateattri
833 newstate->nextstate = statelist;
975 if (!(pstate = pstate->nextstate))
rlog.c 170 struct stateattri * nextstate; member in struct:stateattri
833 newstate->nextstate = statelist;
975 if (!(pstate = pstate->nextstate))
  /src/bin/ksh/
vi.c 38 static int nextstate ARGS((int));
300 state = nextstate(ch);
346 state = nextstate(ch);
361 state = nextstate(ch);
379 state = nextstate(ch);
549 nextstate(ch) function
vi.c 38 static int nextstate ARGS((int));
300 state = nextstate(ch);
346 state = nextstate(ch);
361 state = nextstate(ch);
379 state = nextstate(ch);
549 nextstate(ch) function
  /src/crypto/external/bsd/openssh/dist/
channels.c 2049 int newsock, nextstate; local
2060 nextstate = SSH_CHANNEL_OPENING;
2063 nextstate = SSH_CHANNEL_OPENING;
2066 nextstate = SSH_CHANNEL_OPENING;
2069 nextstate = SSH_CHANNEL_DYNAMIC;
2072 nextstate = SSH_CHANNEL_OPENING;
2088 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
2095 if (nextstate != SSH_CHANNEL_DYNAMIC)
channels.c 2049 int newsock, nextstate; local
2060 nextstate = SSH_CHANNEL_OPENING;
2063 nextstate = SSH_CHANNEL_OPENING;
2066 nextstate = SSH_CHANNEL_OPENING;
2069 nextstate = SSH_CHANNEL_DYNAMIC;
2072 nextstate = SSH_CHANNEL_OPENING;
2088 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
2095 if (nextstate != SSH_CHANNEL_DYNAMIC)
  /src/external/mit/lua/dist/src/
lgc.c 1570 int nextstate, GCObject **nextlist) {
1579 g->gcstate = nextstate;
lgc.c 1570 int nextstate, GCObject **nextlist) {
1579 g->gcstate = nextstate;
  /src/external/bsd/unbound/dist/iterator/
iterator.c 176 * @param nextstate The state to transition to.
182 next_state(struct iter_qstate* iq, enum iter_state nextstate)
186 if(iter_state_is_responsestate(nextstate)) {
192 iq->state = nextstate;
iterator.c 176 * @param nextstate The state to transition to.
182 next_state(struct iter_qstate* iq, enum iter_state nextstate)
186 if(iter_state_is_responsestate(nextstate)) {
192 iq->state = nextstate;

Completed in 179 milliseconds