Home
last modified time | relevance | path

Searched refs:pushmark (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Ddebug.t65 threadsv readline gv lineseq nextstate aassign null pushmark split pushre
66 threadsv const null pushmark rvav gv nextstate subst const unstack
71 null gvsv readline gv lineseq nextstate aassign null pushmark split pushre
72 null gvsv const null pushmark rvav gv nextstate subst const unstack
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Dreg.alloc21 pushmark
Druntime.porting10 pushmark 10 1 PUSHMARK
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DBytecode.pm487 my $pushmark = $first->sibling;
488 my $rvgv = $pushmark->first;
497 my $pushmarkix = $pushmark->ix;
/mirbsd/src/gnu/usr.bin/perl/
Dop.c6844 OP * const pushmark = cUNOPx(reverse)->op_first; in Perl_peep() local
6845 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()
DChanges5.8.42351 extraneous targ index in a pushmark op, leasing to strangeness
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlhack.pod975 which executes the nextstate, pushmark and die ops on line 4. At the point