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

  /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;
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
  /src/crypto/external/bsd/openssh/dist/
channels.c 2058 int newsock, nextstate; local
2069 nextstate = SSH_CHANNEL_OPENING;
2072 nextstate = SSH_CHANNEL_OPENING;
2075 nextstate = SSH_CHANNEL_OPENING;
2078 nextstate = SSH_CHANNEL_DYNAMIC;
2081 nextstate = SSH_CHANNEL_OPENING;
2097 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
2104 if (nextstate != SSH_CHANNEL_DYNAMIC)

Completed in 79 milliseconds