Searched refs:pad_swipe (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlintern.pod | 777 =item pad_swipe 778 X<pad_swipe> 783 void pad_swipe(PADOFFSET po, bool refadjust)
|
| D | perldiag.pod | 2836 =item panic: pad_swipe curpad 2841 =item panic: pad_swipe po
|
| D | perltoc.pod | 5496 X<pad_setsv>, pad_swipe X<pad_swipe>, pad_tidy X<pad_tidy>, pad_undef
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 415 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()
|
| D | embed.h | 611 #define pad_swipe Perl_pad_swipe macro 2663 #define pad_swipe(a,b) Perl_pad_swipe(aTHX_ a,b) macro
|
| D | embed.fnc | 581 pd |void |pad_swipe |PADOFFSET po|bool refadjust
|
| D | Changes5.8.1 | 11615 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/ |
| D | embed.fnc | 577 pd |void |pad_swipe |PADOFFSET po|bool refadjust
|