Searched refs:gv_fetchmethod_pv_flags (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5015004 | 5 gv_fetchmethod_pv_flags # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5015004 | 19 gv_fetchmethod_pv_flags # U
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | gv.h | 289 #define gv_fetchmethod_flags(stash,name,flags) gv_fetchmethod_pv_flags(stash, name, flags)
|
| D | embed.h | 274 # define gv_fetchmethod_pv_flags(a,b,c) Perl_gv_fetchmethod_pv_flags(aTHX_ a,b,c) macro
|
| D | embed.fnc | 1319 Apx |GV * |gv_fetchmethod_pv_flags \
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 2971 gv = gv_fetchmethod_pv_flags(stash, SvPV_nolen(methname), flags | SvUTF8(methname));
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5160delta.pod | 2400 gv_fetchmethod_pv_flags
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 983 Apx |GV* |gv_fetchmethod_pv_flags|NN HV* stash|NN const char* name \
|