Searched refs:perl_call_method (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
H A D | Call.xs | 143 count = perl_call_method("filter", G_SCALAR); in filter_call()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | call | 31 __UNDEFINED__ call_method perl_call_method 76 # define call_sv(sv, flags) ((flags) & G_METHOD ? perl_call_method((char *) SvPV_nolen_const(sv),…
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.xs | 700 i = perl_call_method(SvPVX_const(style->freezer), G_EVAL|G_VOID|G_DISCARD); in DD_dump() 1482 i = perl_call_method("new", G_SCALAR);
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 389 perl_call_method("walkoptree_debug", G_DISCARD); in walkoptree() 394 perl_call_method(method, G_DISCARD); in walkoptree()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5006000 | 50 call_method # E (perl_call_method)
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 15380 # define call_method perl_call_method 15434 # define call_sv(sv, flags) ((flags) & G_METHOD ? perl_call_method((char *) SvPV_nolen_const(sv),…
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | pumpkin.pod | 883 perl_call_method
|
/openbsd/gnu/usr.bin/perl/ |
H A D | embed.h | 62 # define perl_call_method(a,b) call_method(a,b) macro
|