Symbol: nextstate
bin/ksh/vi.c
297
state = nextstate(ch);
bin/ksh/vi.c
328
state = nextstate(ch);
bin/ksh/vi.c
343
state = nextstate(ch);
bin/ksh/vi.c
361
state = nextstate(ch);
bin/ksh/vi.c
39
static int nextstate(int);
libexec/spamd/spamd.c
108
void nextstate(struct con *);
libexec/spamd/spamd.c
1121
nextstate(cp);
libexec/spamd/spamd.c
1198
nextstate(cp);
libexec/spamd/spamd.c
837
int nextstate = 2;
libexec/spamd/spamd.c
841
nextstate = 0;
libexec/spamd/spamd.c
854
nextstate = 7;
libexec/spamd/spamd.c
864
cp->state = nextstate;
sbin/unwind/libunbound/iterator/iterator.c
182
next_state(struct iter_qstate* iq, enum iter_state nextstate)
sbin/unwind/libunbound/iterator/iterator.c
186
if(iter_state_is_responsestate(nextstate)) {
sbin/unwind/libunbound/iterator/iterator.c
192
iq->state = nextstate;
usr.bin/lex/tblcmp.c
822
stack1(int statenum, int sym, int nextstate, int deflink)
usr.bin/lex/tblcmp.c
825
mk1tbl(statenum, sym, nextstate, deflink);
usr.bin/lex/tblcmp.c
831
onenext[onesp] = nextstate;
usr.bin/ssh/channels.c
2017
int newsock, nextstate;
usr.bin/ssh/channels.c
2028
nextstate = SSH_CHANNEL_OPENING;
usr.bin/ssh/channels.c
2031
nextstate = SSH_CHANNEL_OPENING;
usr.bin/ssh/channels.c
2034
nextstate = SSH_CHANNEL_OPENING;
usr.bin/ssh/channels.c
2037
nextstate = SSH_CHANNEL_DYNAMIC;
usr.bin/ssh/channels.c
2040
nextstate = SSH_CHANNEL_OPENING;
usr.bin/ssh/channels.c
2056
nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
usr.bin/ssh/channels.c
2063
if (nextstate != SSH_CHANNEL_DYNAMIC)
usr.sbin/ifstated/ifstated.c
226
conf->nextstate = conf->curstate;
usr.sbin/ifstated/ifstated.c
585
if (conf->nextstate != NULL && conf->curstate != conf->nextstate) {
usr.sbin/ifstated/ifstated.c
586
log_info("changing state to %s", conf->nextstate->name);
usr.sbin/ifstated/ifstated.c
592
conf->curstate = conf->nextstate;
usr.sbin/ifstated/ifstated.c
593
conf->nextstate = NULL;
usr.sbin/ifstated/ifstated.c
616
conf->nextstate = action->act.nextstate;
usr.sbin/ifstated/ifstated.h
121
struct ifsd_state *nextstate;
usr.sbin/ifstated/ifstated.h
67
struct ifsd_state *nextstate;
usr.sbin/ifstated/parse.y
812
action->act.nextstate = state;
usr.sbin/unbound/iterator/iterator.c
182
next_state(struct iter_qstate* iq, enum iter_state nextstate)
usr.sbin/unbound/iterator/iterator.c
186
if(iter_state_is_responsestate(nextstate)) {
usr.sbin/unbound/iterator/iterator.c
192
iq->state = nextstate;