Searched refs:methname (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 2824 call_method(methname, flags, ...) 2825 char* methname 2835 i = call_method(methname, flags); 2899 gv_fetchmeth_type(stash, methname, type, level, flags) in gv_fetchmeth_type() argument 2901 SV* methname in gv_fetchmeth_type() 2929 SV* methname in gv_fetchmeth_autoload_type() 2955 gv_fetchmethod_flags_type(stash, methname, type, flags) 2957 SV* methname 2971 gv = gv_fetchmethod_pv_flags(stash, SvPV_nolen(methname), flags | SvUTF8(methname)); 2986 gv_autoload_type(stash, methname, type, method) in gv_autoload_type() argument [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | call | 318 call_method(methname, flags, ...) 319 char* methname 329 i = call_method(methname, flags);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_sys.c | 674 Perl_tied_method(pTHX_ SV *methname, SV **mark, SV *const sv, in Perl_tied_method() argument 1085 const char *methname; variable 1094 methname = "TIEHASH"; 1104 methname = "TIEARRAY"; 1116 methname = "TIEHANDLE"; 1131 methname = "TIESCALAR"; 1144 call_method(methname, G_SCALAR); 1157 methname, SVfARG(*MARK)); 1166 methname, SVfARG(stashname)); 1178 else if (!(gv = gv_fetchmethod(stash, methname))) { [all …]
|
H A D | perl.c | 3085 Perl_call_method(pTHX_ const char *methname, I32 flags) in Perl_call_method() argument 3093 len = strlen(methname); in Perl_call_method() 3095 ? sv_2mortal(newSVpvn_share(methname, len,0)) in Perl_call_method() 3096 : newSVpvn_flags(methname, len, SVs_TEMP); in Perl_call_method()
|
H A D | proto.h | 446 Perl_call_method(pTHX_ const char *methname, I32 flags); 448 assert(methname) 5066 Perl_tied_method(pTHX_ SV *methname, SV **mark, SV * const sv, const MAGIC * const mg, const U32 fl… 5069 assert(methname); assert(mark); assert(sv); assert(mg)
|
H A D | embed.fnc | 765 AOdp |SSize_t|call_method |NN const char *methname \ 3537 Fpv |OP * |tied_method |NN SV *methname \
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | SyntheticSections.cpp | 824 StringRef methname = sym->getName().drop_front(symbolPrefix.size()); in addEntry() local 826 in.objcMethnameSection->getStringOffset(methname).outSecOff); in addEntry()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlcall.pod | 58 I32 call_method(char *methname, I32 flags); 94 class. The parameter C<methname> corresponds to the name of the method
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq7.pod | 429 call_a_lot(10, $some_obj, "methname")
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1602 ApdO |I32 |call_method |NN const char* methname|I32 flags 3108 Fp |OP * |tied_method|NN SV *methname|NN SV **sp \
|