Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dpvs36 __UNDEFINED__ get_cvs(name, flags) get_cvn_flags(name "", sizeof(name)-1, flag…
116 get_cvs()
121 xv = get_cvs("Devel::PPPort::foobar", 0);
123 xv = get_cvs("Devel::PPPort::foobar", GV_ADDMULTI);
125 xv = get_cvs("Devel::PPPort::get_cvs", 0);
154 is(Devel::PPPort::get_cvs(), 3);
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddlutils.c79 if ((sub = get_cvs("DynaLoader::dl_unload_file", 0)) != NULL) { in dl_unload_all_files()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501100019 get_cvs # U
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.xs655 if (!get_cvs(OUR_STOP_AT_PARTIAL, 0)) {
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007110 get_cvs # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges372 get_cvs
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h488 #define get_cvs(str, flags) \ macro
H A Dpp_ctl.c3438 CV * const gotocv = get_cvs("DB::goto", 0); in PP()
4195 CV * const cv = get_cvs("DB::postponed", 0); in S_doeval_compile()
H A Dperlio.c734 CV * const cv = get_cvs("PerlIO::Layer::NoWarnings", 0); in PerlIO_find_layer()
H A Dregcomp.c14938 lookup_loose = get_cvs("_charnames::_loose_regcomp_lookup", 0); in S_parse_uniprop_string()
H A Dop.c4754 CV * const cv = get_cvs("DB::postponed", 0); in Perl_newPROG()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16124 #ifndef get_cvs
16125 # define get_cvs(name, flags) get_cvn_flags(name "", sizeof(name)-1, flags) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc150 AdOm|CV *|get_cvs|"string"|I32 flags