Searched refs:nsplit (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 13377 STRLEN len, nsplit = 0, i; in Perl_ck_method() local 13399 nsplit = i+1; in Perl_ck_method() 13403 methsv = newSVpvn_share(method+nsplit, utf8*(len - nsplit), 0); in Perl_ck_method() 13405 if (!nsplit) { /* $proto->method() */ in Perl_ck_method() 13410 if (memEQs(method, nsplit, "SUPER::")) { /* $proto->SUPER::method() */ in Perl_ck_method() 13416 if (nsplit >= 9 && strBEGINs(method+nsplit-9, "::SUPER::")) { in Perl_ck_method() 13417 rclass = newSVpvn_share(method, utf8*(nsplit-9), 0); in Perl_ck_method() 13420 rclass = newSVpvn_share(method, utf8*(nsplit-2), 0); in Perl_ck_method()
|