Searched defs:stashname (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ | ||
H A D | mro_core.c | 518 const char * const stashname = HvENAME_get(stash); in Perl_mro_isa_changed_in() local |
H A D | pp_sys.c | 948 SV *stashname = sv_newmortal(); PP() local |
H A D | toke.c | 8933 HEK * const stashname = HvNAME_HEK(stash); yyl_keylookup() local |
H A D | gv.c | 2115 const char * const stashname = HvNAME(stash); assert(stashname); S_gv_magicalize() local |
H A D | sv.c | 2938 const char *stashname = NULL; Perl_sv_2pv_flags() local |
/openbsd-src/gnu/usr.bin/perl/ext/mro/ | ||
H A D | mro.xs | 472 SV *stashname; variable |
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ | ||
H A D | ListUtil.xs | 2076 const char *stashname; variable |