Searched defs:sv_type (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | gv.c | 556 S_gv_init_svtype(pTHX_ GV *gv, const svtype sv_type) in S_gv_init_svtype() argument 1741 Perl_gv_fetchsv(pTHX_ SV *name, I32 flags, const svtype sv_type) { in Perl_gv_fetchpv() argument 1747 Perl_gv_fetchsv(pTHX_ SV * name,I32 flags,const svtype sv_type) Perl_gv_fetchsv() argument 1959 S_find_default_stash(pTHX_ HV ** stash,const char * name,STRLEN len,const U32 is_utf8,const I32 add,const svtype sv_type) S_find_default_stash() argument 2067 S_gv_magicalize(pTHX_ GV * gv,HV * stash,const char * name,STRLEN len,const svtype sv_type) S_gv_magicalize() argument 2483 S_maybe_multimagic_gv(pTHX_ GV * gv,const char * name,const svtype sv_type) S_maybe_multimagic_gv() argument 2589 Perl_gv_fetchpvn_flags(pTHX_ const char * nambeg,STRLEN full_len,I32 flags,const svtype sv_type) Perl_gv_fetchpvn_flags() argument [all...] |
H A D | sv_inline.h | 292 new_body_allocated(sv_type) global() argument 340 S_new_body(pTHX_ const svtype sv_type) S_new_body() argument
|
H A D | sv.c | 807 Perl_more_bodies(pTHX_ const svtype sv_type,const size_t body_size,const size_t arena_size) Perl_more_bodies() argument 14634 const svtype sv_type = SvTYPE(ssv); global() local [all...] |
H A D | handy.h | 481 #define gv_fetchpvs(namebeg, flags, sv_type) \ argument
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 4188 static int sv_type(pTHX_ SV *sv) in sv_type() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 16062 # define gv_fetchpvn_flags(name, len, flags, sv_type) gv_fetchpv(SvPVX(sv_2mortal(newSVpvn((name),… argument
|