Home
last modified time | relevance | path

Searched refs:gv_fetchmethod_flags (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501500418 gv_fetchmethod_flags # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dgv.h289 #define gv_fetchmethod_flags(stash,name,flags) gv_fetchmethod_pv_flags(stash, name, flags) macro
Dgv.c1119 return gv_fetchmethod_flags(stash, name, autoload ? GV_AUTOLOAD : 0); in Perl_gv_fetchmethod_autoload()
DMANIFEST5123 ext/XS-APItest/t/gv_fetchmethod_flags.t XS::APItest: tests for gv_fetchmethod_flags() and variants
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs2965 gv = gv_fetchmethod_flags(stash, SvPVX_const(methname), flags);
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5160delta.pod2418 The gv_fetchmethod_*_flags functions, like gv_fetchmethod_flags, are