Home
last modified time | relevance | path

Searched refs:nsplit (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dgv.c449 const char *nsplit = 0; in Perl_gv_fetchmethod_autoload() local
458 nsplit = nend; in Perl_gv_fetchmethod_autoload()
460 nsplit = ++nend; in Perl_gv_fetchmethod_autoload()
462 if (nsplit) { in Perl_gv_fetchmethod_autoload()
464 name = nsplit + 1; in Perl_gv_fetchmethod_autoload()
465 if (*nsplit == ':') in Perl_gv_fetchmethod_autoload()
466 --nsplit; in Perl_gv_fetchmethod_autoload()
467 if ((nsplit - origname) == 5 && strnEQ(origname, "SUPER", 5)) { in Perl_gv_fetchmethod_autoload()
478 stash = gv_stashpvn(origname, nsplit - origname, FALSE); in Perl_gv_fetchmethod_autoload()
482 if (!stash && (nsplit - origname) >= 7 && in Perl_gv_fetchmethod_autoload()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dqueue.c8219 int maxrcpt, nrcpt, ndead, nsplit, i; local
8312 nsplit = 0;
8339 ++nsplit;
8377 if (nsplit > 0)
8381 maxrcpt, nrcpt - ndead, nsplit,
8382 nsplit > 1 ? "s" : "", lsplits);
8386 return SM_SPLIT_NEW(nsplit);