Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.xs140 count = perl_call_method("filter", G_SCALAR); in filter_call()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs268 i = perl_call_method(SvPVX(freezer), G_EVAL|G_SCALAR); in DD_dump()
948 i = perl_call_method("new", G_SCALAR);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.xs393 perl_call_method("walkoptree_debug", G_DISCARD); in walkoptree()
398 perl_call_method(method, G_DISCARD); in walkoptree()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dembed.h5117 # define perl_call_method(a,b) call_method(a,b) macro