Home
last modified time | relevance | path

Searched refs:perl_call_method (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.xs143 count = perl_call_method("filter", G_SCALAR); in filter_call()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dcall31 __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 DDumper.xs700 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 DB.xs389 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 D500600050 call_method # E (perl_call_method)
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h15380 # 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 Dpumpkin.pod883 perl_call_method
/openbsd/gnu/usr.bin/perl/
H A Dembed.h62 # define perl_call_method(a,b) call_method(a,b) macro