Home
last modified time | relevance | path

Searched refs:get_cv (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dget.t7 # 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 Dgv34 __UNDEFINED__ get_cvn_flags(name, namelen, flags) get_cv(name, flags)
H A Dmisc340 __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 DTypemap.xs390 cvref = get_cv("XSLoader::load", 0);
/openbsd/gnu/usr.bin/perl/
H A Duniversal.c1439 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 Dbuiltin.c694 CV *cv = get_cv(SvPV_nolen(fqname), SvUTF8(fqname) ? SVf_UTF8 : 0); in S_import_sym()
H A Dperl.c3072 return call_sv(MUTABLE_SV(get_cv(sub_name, GV_ADD)), flags); in Perl_call_pv()
H A Dembed.h68 # 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 Dregcomp.c15966 get_names_info = get_cv("_charnames::_get_names_info", 0); in S_handle_names_wildcard()
H A Dembed.fnc1201 AOdp |CV * |get_cv |NN const char *name \
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3465 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 D5003007108 get_cv # T
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs517 CV *re_pattern_cv = get_cv("re::regexp_pattern", 0); in dump_regexp()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12832 #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 DChanges1129 * Added get_av, get_cv, get_hv and get_sv
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000171 get_cv # E (perl_get_cv)
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs3320 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 Dembed.fnc1612 ApdO |CV* |get_cv |NN const char* name|I32 flags