Home
last modified time | relevance | path

Searched refs:nextstate (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsubsignature.t22 ['nextstate:4', 'argcheck:2:0:-', 'argelem:$x', 'argelem:$y'],
23 ['nextstate:5', 'argcheck:2:0:-', 'argelem:$z',],
24 ['nextstate:6', 'argcheck:0:0:@', 'argelem:@rest'],
25 ['nextstate:7', 'argcheck:0:0:%', 'argelem:%rest'],
26 ['nextstate:8', 'argcheck:1:1:-', 'argelem:$one:d'],
/openbsd/usr.sbin/ifstated/
H A Difstated.c226 conf->nextstate = conf->curstate; in load_config()
585 if (conf->nextstate != NULL && conf->curstate != conf->nextstate) { in state_change()
586 log_info("changing state to %s", conf->nextstate->name); in state_change()
592 conf->curstate = conf->nextstate; in state_change()
593 conf->nextstate = NULL; in state_change()
616 conf->nextstate = action->act.nextstate; in do_action()
H A Difstated.h67 struct ifsd_state *nextstate; member
121 struct ifsd_state *nextstate; member
H A Dparse.y812 action->act.nextstate = state; in link_states()
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Dconcise.t27 = ($out =~ /^(\d+)\s*<;>\s*nextstate\(main (-?\d+) /m);
426 like $out, qr/nextstate.*nextstate/s,
437 |-<2>nextstate(main 1 -e:1)
504 my @hints = $out =~ /nextstate\([^)]+\) (.*) ->/g;
/openbsd/usr.bin/lex/
H A Dtblcmp.c831 stack1(statenum, sym, nextstate, deflink) in stack1() argument
832 int statenum, sym, nextstate, deflink; in stack1()
835 mk1tbl(statenum, sym, nextstate, deflink);
841 onenext[onesp] = nextstate;
/openbsd/libexec/spamd/
H A Dspamd.c108 void nextstate(struct con *);
800 nextstate(struct con *cp) in nextstate() function
836 int nextstate = 2; in nextstate() local
840 nextstate = 0; in nextstate()
853 nextstate = 7; in nextstate()
863 cp->state = nextstate; in nextstate()
1120 nextstate(cp); in handler()
1197 nextstate(cp); in handlew()
/openbsd/bin/ksh/
H A Dvi.c39 static int nextstate(int);
297 state = nextstate(ch); in vi_hook()
328 state = nextstate(ch); in vi_hook()
343 state = nextstate(ch); in vi_hook()
361 state = nextstate(ch); in vi_hook()
538 nextstate(int ch) in nextstate() function
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs524 # work in pure Perl, because the hints are read from the most recent nextstate,
525 # and the nextstate of the Perl subroutines show *here* hold the lexical state
/openbsd/gnu/usr.bin/perl/t/perf/
H A Dopcount.t101 nextstate => 2,
120 nextstate => 2,
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t1584 2 +--enter OP(0xNNN) ===> 3 [nextstate 0xNNN]
1587 3 +--nextstate COP(0xNNN) ===> 4 [pushmark 0xNNN]
/openbsd/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t276 nextstate SKIP
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlinterp.pod355 retop=nextstate
360 third-level runops level, which executes the C<nextstate>, C<pushmark> and
540 3 COP (0x8179850) nextstate
582 3 COP (0x8179850) nextstate
589 by C<nextstate>, so a block is a collection of C<nextstate> ops, with
591 C<nextstate>. C<enter> is a single op which functions as a marker.
616 2 COP (0x81798c8) nextstate
H A Dperl5121delta.pod202 When deparsing a nextstate op that has both a change of package (relative
203 to the previous nextstate) and a label, the package declaration is now
H A Dperl5140delta.pod1174 =head2 Adjacent pairs of nextstate opcodes are now optimized away
1186 the C<nextstate> op would remain, resulting in a runtime op dispatch of
1187 C<nextstate>, C<nextstate>, etc.
1189 The execution of a sequence of C<nextstate> ops is indistinguishable from just
1190 the last C<nextstate> op so the peephole optimizer now eliminates the first of
1191 a pair of C<nextstate> ops except when the first carries a label, since labels
1370 The deparsing of a C<nextstate> op has changed when it has both a
1371 change of package relative to the previous nextstate, or a change of
H A Dperlguts.pod4245 scope level, every C<nextstate> (amongst others) will reset the args and
4250 (rather than at the next C<nextstate>) should be created first.
4355 calling C<leave_adjust_stacks()>. Also in void context, a C<nextstate> op
4417 Finally, there is C<cx_topblock(cx)>, which acts like a super-C<nextstate>
4421 C<PL_stack_sp> like C<nextstate>, it also resets C<PL_markstack_ptr>,
H A Dperl589delta.pod287 the nextstate OP) to be preceded by the first line of source code that
H A Dperl5240delta.pod1588 C<nextstate> following the block (apart from an existing hack that did
H A Dperl5180delta.pod2309 and nextstate ops. In addition, the op can carry out the tasks associated
/openbsd/usr.bin/ssh/
H A Dchannels.c1936 int newsock, nextstate; in channel_post_port_listener() local
1947 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1950 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1953 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1956 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()
1959 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1975 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1, in channel_post_port_listener()
1982 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()
/openbsd/gnu/usr.bin/perl/Porting/
H A Dtodo.pod1108 Rafael fixed this - the problem arose because there was no nextstate OP
1111 a nextstate OPs for each C<elsif>, although it turned out that the nextstate
1112 OP needed to be a nulled OP, rather than a live nextstate OP, else other line
1141 nextstate-light op (that just updates C<PL_curcop>), which in turn then passes
/openbsd/usr.sbin/unbound/iterator/
H A Diterator.c190 next_state(struct iter_qstate* iq, enum iter_state nextstate) in next_state() argument
194 if(iter_state_is_responsestate(nextstate)) { in next_state()
200 iq->state = nextstate; in next_state()
/openbsd/sbin/unwind/libunbound/iterator/
H A Diterator.c190 next_state(struct iter_qstate* iq, enum iter_state nextstate) in next_state() argument
194 if(iter_state_is_responsestate(nextstate)) { in next_state()
200 iq->state = nextstate; in next_state()
/openbsd/gnu/usr.bin/perl/regen/
H A Dopcodes309 nextstate next statement ck_null s;
/openbsd/gnu/usr.bin/perl/
H A Dperly.act1136 /* a nextstate at the end handles context