Home
last modified time | relevance | path

Searched refs:gv_fetchmeth (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dgv.h287 #define gv_fetchmeth(stash,name,len,level) gv_fetchmeth_pvn(stash, name, len, level, 0) macro
H A Dembed.fnc1304 Adm |GV * |gv_fetchmeth |NULLOK HV *stash \
H A DMANIFEST5121 ext/XS-APItest/t/gv_fetchmeth.t XS::APItest: tests for gv_fetchmeth() and variants
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs48 GV *gv = gv_fetchmeth(s->stash, method, strlen(method), 0); in PerlIOVia_fetchmethod()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007138 gv_fetchmeth # T
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs695 gv_fetchmeth(SvSTASH(SvRV(val)), SvPVX_const(style->freezer), in DD_dump()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007317 gv_fetchmeth # T
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs2912 gv = gv_fetchmeth(stash, name, len, level);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc964 Amd |GV* |gv_fetchmeth |NULLOK HV* stash|NN const char* name \