Searched refs:get_cvs (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | pvs | 36 __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 D | dlutils.c | 79 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 D | 5011000 | 19 get_cvs # U
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/ |
H A D | encoding.xs | 655 if (!get_cvs(OUR_STOP_AT_PARTIAL, 0)) {
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 110 get_cvs # T
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 372 get_cvs
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 488 #define get_cvs(str, flags) \ macro
|
H A D | pp_ctl.c | 3438 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 D | perlio.c | 734 CV * const cv = get_cvs("PerlIO::Layer::NoWarnings", 0); in PerlIO_find_layer()
|
H A D | regcomp.c | 14938 lookup_loose = get_cvs("_charnames::_loose_regcomp_lookup", 0); in S_parse_uniprop_string()
|
H A D | op.c | 4754 CV * const cv = get_cvs("DB::postponed", 0); in Perl_newPROG()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 16124 #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 D | apidoc.fnc | 150 AdOm|CV *|get_cvs|"string"|I32 flags
|