Searched refs:pushmark (Results 1 – 7 of 7) sorted by relevance
65 threadsv readline gv lineseq nextstate aassign null pushmark split pushre66 threadsv const null pushmark rvav gv nextstate subst const unstack71 null gvsv readline gv lineseq nextstate aassign null pushmark split pushre72 null gvsv const null pushmark rvav gv nextstate subst const unstack
21 pushmark
10 pushmark 10 1 PUSHMARK
487 my $pushmark = $first->sibling;488 my $rvgv = $pushmark->first;497 my $pushmarkix = $pushmark->ix;
6844 OP * const pushmark = cUNOPx(reverse)->op_first; in Perl_peep() local6845 if (pushmark && (pushmark->op_type == OP_PUSHMARK) in Perl_peep()6846 && (cUNOPx(pushmark)->op_sibling == o)) { in Perl_peep()6850 pushmark->op_next = oright->op_next; in Perl_peep()
2351 extraneous targ index in a pushmark op, leasing to strangeness
975 which executes the nextstate, pushmark and die ops on line 4. At the point