Searched refs:trapflg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfault.c52 static BOOL trapflg[MAXTRAP] = variable
137 if (trapflg[i] & SIGIGN)
141 trapflg[i] |= SIGIGN;
157 if (trapflg[i] & SIGMOD) {
165 if (trapflg[i] & SIGIGN)
166 trapflg[i] &= ~SIGIGN;
168 trapflg[i] &= ~SIGMOD;
241 trapflg[sig] |= flag;
252 if (func == SIG_IGN && (trapflg[sig] & SIGIGN))
269 trapflg[si
[all...]

Completed in 57 milliseconds