Searched refs:gv_fetchmeth (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | gv.h | 287 #define gv_fetchmeth(stash,name,len,level) gv_fetchmeth_pvn(stash, name, len, level, 0) macro
|
H A D | embed.fnc | 1304 Adm |GV * |gv_fetchmeth |NULLOK HV *stash \
|
H A D | MANIFEST | 5121 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 D | via.xs | 48 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 D | 5003007 | 138 gv_fetchmeth # T
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.xs | 695 gv_fetchmeth(SvSTASH(SvRV(val)), SvPVX_const(style->freezer), in DD_dump()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 317 gv_fetchmeth # T
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 2912 gv = gv_fetchmeth(stash, name, len, level);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 964 Amd |GV* |gv_fetchmeth |NULLOK HV* stash|NN const char* name \
|