/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | get.t | 7 # XXX So far we only test get_cv. 9 is get_cv("utf8::encode"), \&utf8::encode, 'get_cv(utf8::encode)'; 15 my $subref = get_cv("foo"); 16 is ref $subref, "CODE", 'got a coderef from get_cv("globless sub")'; 21 is ref $subref, "CODE", 'got a coderef from get_cv with GV_NOADD_NOINIT';
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | gv | 34 __UNDEFINED__ get_cvn_flags(name, namelen, flags) get_cv(name, flags)
|
H A D | misc | 340 __UNDEFINED__ get_cv perl_get_cv 1320 get_cv(name, create) 1324 RETVAL = get_cv(name, create) != NULL; 2665 ok(&Devel::PPPort::get_cv('my_cv', 0)); 2666 ok(!&Devel::PPPort::get_cv('not_my_cv', 0)); 2667 ok(&Devel::PPPort::get_cv('not_my_cv', 1));
|
/openbsd/gnu/usr.bin/perl/ext/XS-Typemap/ |
H A D | Typemap.xs | 390 cvref = get_cv("XSLoader::load", 0);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | universal.c | 1439 CV* to_native_cv = get_cv("utf8::unicode_to_native", 0); in Perl_boot_core_UNIVERSAL() 1440 CV* to_unicode_cv = get_cv("utf8::native_to_unicode", 0); in Perl_boot_core_UNIVERSAL()
|
H A D | builtin.c | 694 CV *cv = get_cv(SvPV_nolen(fqname), SvUTF8(fqname) ? SVf_UTF8 : 0); in S_import_sym()
|
H A D | perl.c | 3072 return call_sv(MUTABLE_SV(get_cv(sub_name, GV_ADD)), flags); in Perl_call_pv()
|
H A D | embed.h | 68 # define perl_get_cv(a,b) get_cv(a,b) 240 # define get_cv(a,b) Perl_get_cv(aTHX_ a,b) macro
|
H A D | regcomp.c | 15966 get_names_info = get_cv("_charnames::_get_names_info", 0); in S_handle_names_wildcard()
|
H A D | embed.fnc | 1201 AOdp |CV * |get_cv |NN const char *name \
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 3465 troc_cv = get_cv("XS::APItest::test_rv2cv_op_cv", 0); 3538 troc_cv = get_cv("XS::APItest::test_rv2cv_op_cv", 0); 3539 tsh_cv = get_cv("XS::APItest::test_savehints", 0); 4370 CV *estcv = get_cv("XS::APItest::establish_cleanup", 0); 4388 CV *asscv = get_cv("XS::APItest::postinc", 0); 4437 CV *pscv = get_cv("XS::APItest::pad_scalar", 0); 4784 get_cv(SV *sv) in get_cv() function
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 108 get_cv # T
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.xs | 517 CV *re_pattern_cv = get_cv("re::regexp_pattern", 0); in dump_regexp()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 12832 #ifndef get_cv 12833 # define get_cv perl_get_cv macro 16076 # define get_cvn_flags(name, namelen, flags) get_cv(name, flags)
|
/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 | 171 get_cv # E (perl_get_cv)
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 3320 CV *cv = get_cv("re::regexp_pattern", 0); in get_regexp() 3322 CV *cv = get_cv("Storable::_regexp_pattern", 0); in get_regexp()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1612 ApdO |CV* |get_cv |NN const char* name|I32 flags
|