Lines Matching defs:pop
6461 OP* pop = (o->op_type == OP_PADAV) ?
6464 if (pop && pop->op_type == OP_CONST &&
6465 ((PL_op = pop->op_next)) &&
6466 pop->op_next->op_type == OP_AELEM &&
6467 !(pop->op_next->op_private &
6469 (i = SvIV(((SVOP*)pop)->op_sv) - PL_curcop->cop_arybase)
6474 if (cSVOPx(pop)->op_private & OPpCONST_STRICT)
6475 no_bareword_allowed(pop);
6478 op_null(pop->op_next);
6479 op_null(pop);
6480 o->op_flags |= pop->op_next->op_flags & OPf_MOD;
6481 o->op_next = pop->op_next->op_next;