Lines Matching refs:OP_PUSHMARK
1026 if (kid->op_type == OP_PUSHMARK)
1206 case OP_PUSHMARK:
1468 * where the first kid is OP_PUSHMARK and the remaining ones
1660 type != OP_PUSHMARK)
1667 else if (attrs && type != OP_PUSHMARK) {
2034 curop->op_type != OP_PUSHMARK)
2235 pushop = newOP(OP_PUSHMARK, 0);
4051 if (type == OP_NEXTSTATE || type == OP_NULL || type == OP_PUSHMARK)
5194 if (kid->op_type == OP_PUSHMARK ||
5195 (kid->op_type == OP_NULL && kid->op_targ == OP_PUSHMARK))
5466 cLISTOPo->op_first->op_type = OP_PUSHMARK;
5467 cLISTOPo->op_first->op_ppaddr = PL_ppaddr[OP_PUSHMARK];
5617 if (kid->op_type == OP_PUSHMARK)
6726 if (!oright || oright->op_type != OP_PUSHMARK)
6748 if (!o2 || o2->op_type != OP_PUSHMARK)
6773 if (!o2 || o2->op_type != OP_PUSHMARK)