Searched refs:nextop (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1361 my $nextop = $op->nextop;
1370 nextop => $nextop,
1374 $nextop->save;
1410 my $nextop = $cxstack[$cxix]->{nextop};
1411 push(@bblock_todo, $nextop);
1412 save_or_restore_lexical_state($$nextop);
1413 runtime(sprintf("goto %s;", label($nextop)));
[all...]
H A DConcise.pm370 $labels{$op->nextop->seq} = "NEXT";
399 my $nextop = $op->nextop;
400 $nextop = $nextop->next while $nextop->name eq "null";
401 sequence($nextop);
634 $h{arg} = "(next->" . seq($op->nextop) . " last->" . seq($op->lastop)
H A DBblock.pm87 mark_leader($op->nextop);
161 # The ops pointed at by nextop, redoop and lastop->op_next of a LOOP
H A DDebug.pm42 printf <<'EOT', ${$op->redoop}, ${$op->nextop}, ${$op->lastop};
H A DXref.pm185 xref($op->nextop);
H A DBytecode.pm603 my $nextix = $op->nextop->ix;
H A DC.pm442 #warn sprintf("LOOP: redoop %s, nextop %s, lastop %s\n",
443 # peekop($op->redoop), peekop($op->nextop),
449 ${$op->redoop}, ${$op->nextop},
H A DDeparse.pm2532 my $cont_start = $enter->nextop;
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1000 char *argp, *endp, op, nextop; local
1010 argp = strtok_d(optarg, "+-", &nextop);
1022 op = nextop;
1023 } while ((argp = strtok_d(NULL, "+-", &nextop)) != NULL);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c1423 OP* nextop = PL_op->op_next; local
1629 return nextop;
H A Dpp_ctl.c1912 OP *nextop; local
1938 nextop = cx->blk_loop.last_op->op_next;
1942 nextop = pop_return();
1946 nextop = pop_return();
1950 nextop = pop_return();
1989 return nextop;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm201 walkoptree_exec($op->nextop, $method, $level + 1);
1045 =item nextop

Completed in 71 milliseconds