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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2234 OP* pushop; local
2235 pushop = newOP(OP_PUSHMARK, 0);
2236 pushop->op_sibling = first;
2237 listop->op_first = pushop;
2240 listop->op_last = pushop;

Completed in 32 milliseconds