Searched refs:nextstate (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/flex/ |
| HD | tblcmp.c | 805 void stack1 (statenum, sym, nextstate, deflink) in stack1() argument 806 int statenum, sym, nextstate, deflink; in stack1() 809 mk1tbl (statenum, sym, nextstate, deflink); 815 onenext[onesp] = nextstate;
|
| /trueos/contrib/sendmail/src/ |
| HD | collect.c | 593 nextstate: 615 goto nextstate; 666 goto nextstate;
|
| /trueos/gnu/usr.bin/rcs/rcs/ |
| HD | rcs.c | 271 static struct Status *statelst, **nextstate; variable 299 nextstate = &statelst; 815 *nextstate = pt; 816 nextstate = &pt->nextstatus;
|
| /trueos/gnu/usr.bin/rcs/rlog/ |
| HD | rlog.c | 167 struct stateattri * nextstate; member 838 newstate->nextstate = statelist; 980 if (!(pstate = pstate->nextstate))
|
| /trueos/crypto/openssh/ |
| HD | channels.c | 1511 int newsock, nextstate; in channel_post_port_listener() local 1521 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1525 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener() 1528 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1544 nc = channel_new(rtype, nextstate, newsock, newsock, -1, in channel_post_port_listener() 1551 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()
|
| /trueos/contrib/unbound/iterator/ |
| HD | iterator.c | 146 next_state(struct iter_qstate* iq, enum iter_state nextstate) in next_state() argument 150 if(iter_state_is_responsestate(nextstate)) { in next_state() 156 iq->state = nextstate; in next_state()
|