Home
last modified time | relevance | path

Searched refs:pad_swipe (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlintern.pod777 =item pad_swipe
778 X<pad_swipe>
783 void pad_swipe(PADOFFSET po, bool refadjust)
Dperldiag.pod2836 =item panic: pad_swipe curpad
2841 =item panic: pad_swipe po
Dperltoc.pod5496 X<pad_setsv>, pad_swipe X<pad_swipe>, pad_tidy X<pad_tidy>, pad_undef
/mirbsd/src/gnu/usr.bin/perl/
Dop.c415 pad_swipe(cPADOPo->op_padix, TRUE); in Perl_op_clear()
436 pad_swipe(o->op_targ,1); in Perl_op_clear()
466 pad_swipe(INT2PTR(PADOFFSET, cPMOPo->op_pmreplroot), TRUE); in Perl_op_clear()
2133 pad_swipe(o->op_targ, FALSE); in Perl_fold_constants()
Dembed.h611 #define pad_swipe Perl_pad_swipe macro
2663 #define pad_swipe(a,b) Perl_pad_swipe(aTHX_ a,b) macro
Dembed.fnc581 pd |void |pad_swipe |PADOFFSET po|bool refadjust
DChanges5.8.111615 By replacing pad_free with pad_swipe for these cases, we
11616 won't have such a problem. (pad_swipe also removes the
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc577 pd |void |pad_swipe |PADOFFSET po|bool refadjust