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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c2767 OP *saveop = PL_op; local
2769 PL_in_eval = ((saveop && saveop->op_type == OP_REQUIRE)
2815 if (saveop && saveop->op_flags & OPf_SPECIAL)
2825 PL_op = saveop;
2889 if (PERLDB_INTER && saveop->op_type == OP_REQUIRE) {
2904 PL_op = saveop; /* The caller may need it. */

Completed in 45 milliseconds