Searched refs:get_hv (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/File-DosGlob/ |
H A D | DosGlob.xs | 23 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 D | misc | 339 __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 D | universal.c | 1407 newCONSTSUB(get_hv("Regexp::", GV_ADD), "DESTROY", NULL); in Perl_boot_core_UNIVERSAL()
|
H A D | embed.h | 69 # 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 D | embed.fnc | 1203 AOdp |HV * |get_hv |NN const char *name \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 111 get_hv # T
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/ |
H A D | Encode.xs | 1028 hv = get_hv("Encode::Encoding", 0);
|
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | ListUtil.xs | 822 HV *pairstash = get_hv("List::Util::_Pair::", GV_ADD); in pairs()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 1129 * Added get_av, get_cv, get_hv and get_sv
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5006000 | 173 get_hv # E (perl_get_hv)
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 12844 #ifndef get_hv 12845 # define get_hv perl_get_hv macro
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 716 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 D | embed.fnc | 1611 ApdO |HV* |get_hv |NN const char *name|I32 flags
|