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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h19 OP_PUSHMARK, /* 3 */ enumerator in enum:opcode
H A Dop.c1026 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))
[all...]
H A Dperly.c2272 newOP(OP_PUSHMARK, 0),
2280 newOP(OP_PUSHMARK, 0),

Completed in 111 milliseconds