Lines Matching defs:saveop
3989 OP * const saveop = PL_op;
3990 bool clear_hints = saveop->op_type != OP_ENTEREVAL;
3992 bool in_require = (saveop->op_type == OP_REQUIRE);
4050 if ((saveop->op_type != OP_REQUIRE) && (saveop->op_flags & OPf_SPECIAL))
4063 PL_hints = saveop->op_private & OPpEVAL_COPHH
4064 ? oldcurcop->cop_hints : (U32)saveop->op_targ;
4120 CALL_BLOCK_HOOKS(bhk_eval, saveop);
4129 ? S_try_yyparse(aTHX_ GRAMPROG, saveop)
4136 PL_op = saveop;
4194 if (PERLDB_INTER && saveop->op_type == OP_REQUIRE) {
4210 else if (S_try_run_unitcheck(aTHX_ saveop)) {
4214 PL_op = saveop;
4233 PL_op = saveop; /* The caller may need it. */