Home
last modified time | relevance | path

Searched refs:get_hv (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/File-DosGlob/
H A DDosGlob.xs23 MY_CXT.x_DG_ENTRIES = get_hv("File::DosGlob::entries", 0); in glob_ophook()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc339 __UNDEFINED__ get_hv perl_get_hv
1308 get_hv(name, create)
1312 RETVAL = get_hv(name, create) != NULL;
2643 ok(&Devel::PPPort::get_hv('my_hv', 0));
2644 ok(!&Devel::PPPort::get_hv('not_my_hv', 0));
2645 ok(&Devel::PPPort::get_hv('not_my_hv', 1));
/openbsd/gnu/usr.bin/perl/
H A Duniversal.c1407 newCONSTSUB(get_hv("Regexp::", GV_ADD), "DESTROY", NULL); in Perl_boot_core_UNIVERSAL()
H A Dembed.h69 # define perl_get_hv(a,b) get_hv(a,b)
242 # define get_hv(a,b) Perl_get_hv(aTHX_ a,b) macro
H A Dembed.fnc1203 AOdp |HV * |get_hv |NN const char *name \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007111 get_hv # T
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs1028 hv = get_hv("Encode::Encoding", 0);
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs822 HV *pairstash = get_hv("List::Util::_Pair::", GV_ADD); in pairs()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges1129 * Added get_av, get_cv, get_hv and get_sv
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000173 get_hv # E (perl_get_hv)
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12844 #ifndef get_hv
12845 # define get_hv perl_get_hv macro
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod716 HV* get_hv("package::varname", 0);
949 HV* get_hv("package::varname", GV_ADD);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1611 ApdO |HV* |get_hv |NN const char *name|I32 flags