Searched defs:sv_type (Results 1 – 6 of 6) sorted by relevance
/openbsd/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() 1735 Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 flags, const svtype sv_type) { in Perl_gv_fetchpv() 1741 Perl_gv_fetchsv(pTHX_ SV *name, I32 flags, const svtype sv_type) { in Perl_gv_fetchsv() 1953 const svtype sv_type) in S_find_default_stash() 2061 const svtype sv_type) in S_gv_magicalize() 2477 S_maybe_multimagic_gv(pTHX_ GV *gv, const char *name, const svtype sv_type) in S_maybe_multimagic_gv() 2583 const svtype sv_type) in Perl_gv_fetchpvn_flags()
|
H A D | sv_inline.h | 305 #define new_body_allocated(sv_type) \ argument 353 S_new_body(pTHX_ const svtype sv_type) in S_new_body()
|
H A D | sv.c | 859 Perl_more_bodies (pTHX_ const svtype sv_type, const size_t body_size, in Perl_more_bodies() 14703 const svtype sv_type = SvTYPE(ssv); local
|
H A D | handy.h | 481 #define gv_fetchpvs(namebeg, flags, sv_type) \ argument
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 4188 static int sv_type(pTHX_ SV *sv) in sv_type() function
|
/openbsd/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
|