Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm1674 my $sigcount;
1782 $sigcount = 0;
1842 if ($sigcount >= 1) {
1849 $sigcount++;
1899 if ($nonecount && ($denycount || $sigcount)) {
/titanic_44/usr/src/cmd/truss/
H A Dramdata.h193 long sigcount[PRMAXSIG+1]; /* signals count [0..PRMAXSIG] */ member
H A Dmain.c1800 Cp->sigcount[i] += ncp->sigcount[i]; in file_to_parent()
2116 if ((count = Cp->sigcount[i]) != 0) { in report()
H A Dactions.c237 Cp->sigcount[sig]++; in signalled()