Searched defs:padlist (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | pad.h | 23 struct padlist { struct 24 xpadl_maxpadlist global() argument 25 __anonc62d5959010apadlist global() argument 34 xpadl_arrpadlist global() argument 35 xpadl_idpadlist global() argument 36 xpadl_outidpadlist global() argument 407 PAD_BASE_SV(padlist,po) global() argument 413 PAD_SET_CUR_NOSAVE(padlist,nth) global() argument 421 PAD_SET_CUR(padlist,nth) global() argument [all...] |
H A D | pad.c | 163 Perl_set_padlist(CV * cv, PADLIST *padlist){ in Perl_set_padlist() argument 194 PADLIST *padlist; in Perl_pad_new() local 378 const PADLIST *padlist = CvPADLIST(&cvbody); Perl_cv_undef_flags() local 1105 const PADLIST * const padlist = CvPADLIST(cv); S_pad_findlex() local 1798 Perl_do_dump_pad(pTHX_ I32 level,PerlIO * file,PADLIST * padlist,int full) Perl_do_dump_pad() argument 1896 PADLIST* const padlist = CvPADLIST(cv); S_cv_dump() local 2351 Perl_pad_fixup_inner_anons(pTHX_ PADLIST * padlist,CV * old_cv,CV * new_cv) Perl_pad_fixup_inner_anons() argument 2423 Perl_pad_push(pTHX_ PADLIST * padlist,int depth) Perl_pad_push() argument 2597 Perl_padlist_store(pTHX_ PADLIST * padlist,I32 key,PAD * val) Perl_padlist_store() argument [all...] |
H A D | cv.h | 69 # define CvPADLIST_set(sv, padlist) Perl_set_padlist((CV*)sv, padlist) argument 71 # define CvPADLIST_set(sv, padlist) (CvPADLIST(sv) = (padlist)) argument
|
H A D | dump.c | 2885 PADLIST * const padlist = CvPADLIST(cv); S_deb_padvar() local 2916 PADLIST * const padlist = CvPADLIST(cv); S_append_padvar() local 2982 PADLIST *padlist = CvPADLIST(cv); Perl_multideref_stringify() local
|
H A D | pp_sort.c | 901 PADLIST * const padlist = CvPADLIST(cv); PP() local
|
H A D | pp_hot.c | 5412 PADLIST *padlist; PP() local
|
H A D | pp_ctl.c | 3167 PADLIST * const padlist = CvPADLIST(cv); PP() local
|
H A D | sv.c | 14875 PADLIST * padlist = CvPADLIST(ssv); global() local
|
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | multicall.h | 33 multicall_pad_push(pTHX_ AV *padlist, int depth) in multicall_pad_push()
|
/openbsd-src/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 1304 PADLIST * const padlist = CvPADLIST(cv); variable [all...] |