Searched refs:nextstate (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | debug.t | 49 /\bLISTOP\b.*leave.*\n OP\b.*enter.*\n COP\b.*nextstate.*\n OP\b.*null/s; 64 leave enter nextstate label leaveloop enterloop null and defined null 65 threadsv readline gv lineseq nextstate aassign null pushmark split pushre 66 threadsv const null pushmark rvav gv nextstate subst const unstack 70 leave enter nextstate label leaveloop enterloop null and defined null 71 null gvsv readline gv lineseq nextstate aassign null pushmark split pushre 72 null gvsv const null pushmark rvav gv nextstate subst const unstack
|
| D | concise.t | 34 = ($out =~ /^(\d+)\s*<;>\s*nextstate\(main (-?\d+) /m); 207 is(1, $res =~ /leavesub/ && $res =~ /nextstate/,
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | reg.alloc | 9 nextstate 20 nextstate 31 nextstate
|
| D | runtime.porting | 181 nextstate 10 1 Update stack_sp from cxstack. FREETMPS.
|
| /mirbsd/src/usr.bin/lex/ |
| D | tblcmp.c | 843 void stack1( statenum, sym, nextstate, deflink ) in stack1() argument 844 int statenum, sym, nextstate, deflink; in stack1() 847 mk1tbl( statenum, sym, nextstate, deflink ); 854 onenext[onesp] = nextstate;
|
| /mirbsd/src/libexec/spamd/ |
| D | spamd.c | 100 void nextstate(struct con *); 702 nextstate(struct con *cp) in nextstate() function 737 int nextstate = 2; in nextstate() local 741 nextstate = 0; in nextstate() 752 cp->state = nextstate; in nextstate() 955 nextstate(cp); in handler() 1003 nextstate(cp); in handlew()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | collect.c | 593 nextstate: 615 goto nextstate; 666 goto nextstate;
|
| /mirbsd/src/gnu/usr.bin/rcs/src/ |
| D | rcs.c | 274 static struct Status *statelst, **nextstate; variable 306 nextstate = &statelst; in main() 822 *nextstate = pt; 823 nextstate = &pt->nextstatus;
|
| D | rlog.c | 170 struct stateattri * nextstate; member 831 newstate->nextstate = statelist; 973 if (!(pstate = pstate->nextstate))
|
| /mirbsd/src/usr.bin/ssh/ |
| D | channels.c | 1393 int newsock, nextstate; in channel_post_port_listener() local 1403 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1407 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener() 1410 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1422 nc = channel_new(rtype, nextstate, newsock, newsock, -1, in channel_post_port_listener() 1429 if (nextstate == SSH_CHANNEL_DYNAMIC) { in channel_post_port_listener()
|
| /mirbsd/src/bin/mksh/ |
| D | edit.c | 3345 static int nextstate(int); 3641 state = nextstate(ch); in vi_hook() 3684 state = nextstate(ch); in vi_hook() 3699 state = nextstate(ch); in vi_hook() 3717 state = nextstate(ch); in vi_hook() 3895 nextstate(int ch) in nextstate() function
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlhack.pod | 970 retop=nextstate 975 which executes the nextstate, pushmark and die ops on line 4. At the point 1155 3 COP (0x8179850) nextstate 1197 3 COP (0x8179850) nextstate 1204 by C<nextstate>, so a block is a collection of C<nextstate> ops, with 1206 C<nextstate>. C<enter> is a single op which functions as a marker. 1231 2 COP (0x81798c8) nextstate
|