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

/illumos-gate/usr/src/cmd/mailx/
H A Dsigretro.c83 static struct sigtable { struct
86 } sigtable[NSIG + 1]; variable in typeref:struct:sigtable
139 sigtable[sig].s_flag |= SSET;
140 sigtable[sig].s_func = func;
147 if ((sigtable[sig].s_flag & SHELD) == 0)
158 sigtable[sig].s_flag &= ~SDEFER;
180 if (sigtable[sig].s_flag & SHELD)
187 sigtable[sig].s_flag |= SSET;
190 sigtable[sig].s_flag |= SHELD;
208 if ((sigtable[si
[all...]

Completed in 56 milliseconds