Searched defs:methname (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c2094 Perl_call_method(pTHX_ const char *methname, I32 flags) argument
2098 return call_sv(sv_2mortal(newSVpv(methname,0)), flags | G_METHOD);
H A Dpp_sys.c783 char *methname; local
790 methname = "TIEHASH";
794 methname = "TIEARRAY";
802 methname = "TIEHANDLE";
811 methname = "TIESCALAR";
824 call_method(methname, G_SCALAR);
831 if (!stash || !(gv = gv_fetchmethod(stash, methname))) {
833 methname, *MARK);

Completed in 30 milliseconds