Searched refs:call_method (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs70 if (call_method("name", G_SCALAR) == 1) {
121 if (call_method("renew",G_SCALAR|G_EVAL) != 1 || SvTRUE(ERRSV)) {
134 if (call_method("needs_lines",G_SCALAR|G_EVAL) != 1 || SvTRUE(ERRSV)) {
335 if (call_method("decode", G_SCALAR) != 1) {
419 if (call_method("encode", G_SCALAR) != 1) {
475 if (call_method("encode", G_SCALAR) != 1) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm63 my $call_method = shift @{$NEXT::NEXT{$self,$wanted_method}};
65 && defined $call_method
66 && $NEXT::SEEN->{$self,$call_method}++) {
67 $call_method = shift @{$NEXT::NEXT{$self,$wanted_method}};
69 unless (defined $call_method) {
75 return $self->$call_method(@_[1..$#_]) if ref $call_method eq 'CODE';
79 $$call_method = $caller_class."::NEXT::".$wanted_method;
80 return $call_method->(@_);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.c75 call_method("EXTEND", G_SCALAR|G_DISCARD);
539 call_method("PUSH", G_SCALAR|G_DISCARD);
573 if (call_method("POP", G_SCALAR)) {
625 call_method("UNSHIFT", G_SCALAR|G_DISCARD);
689 if (call_method("SHIFT", G_SCALAR)) {
752 call_method("STORESIZE", G_SCALAR|G_DISCARD);
H A Dpp_sys.c541 call_method("OPEN", G_SCALAR);
585 call_method("CLOSE", G_SCALAR);
670 call_method("FILENO", G_SCALAR);
740 call_method("BINMODE", G_SCALAR);
824 call_method(methname, G_SCALAR);
827 /* Not clear why we don't call call_method here too.
1205 call_method("GETC", gimme);
1458 call_method("PRINTF", G_SCALAR);
1565 call_method("READ", G_SCALAR);
1797 call_method("WRIT
[all...]
H A Dutf8.c1600 if (call_method("SWASHNEW", G_SCALAR))
1716 if (call_method("SWASHGET", G_SCALAR))
H A Dpp.c4052 call_method("SPLICE",GIMME_V);
4249 call_method("PUSH",G_SCALAR|G_DISCARD);
4305 call_method("UNSHIFT",G_SCALAR|G_DISCARD);
4680 call_method("PUSH",G_SCALAR|G_DISCARD);
H A Dpp_hot.c567 call_method("PRINT", G_SCALAR);
1491 call_method("READLINE", gimme);
H A Dembed.h810 #define call_method Perl_call_method macro
3336 #define call_method(a,b) Perl_call_method(aTHX_ a,b) macro
5117 # define perl_call_method(a,b) call_method(a,b)
H A Dpp_ctl.c3094 count = call_method("INC", G_ARRAY);
H A Dutil.c1012 call_method("PRINT", G_SCALAR);
H A Dsv.c11491 call_method("decode", G_SCALAR);
11543 call_method("cat_decode", G_SCALAR);
H A Dtoke.c4212 call_method("name", G_SCALAR);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm68 call_method
787 #ifndef call_method
788 # define call_method perl_call_method
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs2519 count = call_method("new", G_SCALAR);
2533 count = call_method("coderef2text", G_SCALAR);

Completed in 303 milliseconds