Searched refs:PL_padix (Results 1 – 5 of 5) sorted by relevance
207 SAVESTRLEN(PL_padix); in Perl_pad_new()266 PL_padix = 0; in Perl_pad_new()746 retval = konst ? PL_constpadix : PL_padix; in Perl_pad_alloc()777 *(konst ? &PL_constpadix : &PL_padix) = retval; in Perl_pad_alloc()1436 PL_padix_floor = PL_padix; in Perl_pad_block_start()1625 (long)PL_padix, (long)PL_padix_floor in S_pad_reset()1630 PL_padix = PL_padix_floor; in S_pad_reset()1787 if (po < PL_padix) in Perl_pad_free()1788 PL_padix = po - 1; in Perl_pad_free()2948 buffer->padix = PL_padix; in Perl_suspend_compcv()[all …]
527 PL_padix = proto_perl->Ipadix; \
218 # define PL_padix (vTHX->Ipadix) macro
490 PL_padix # Z added by devel/scanprov
2550 several pad-related variables such as C<PL_padix> have changed from being