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

/freebsd-12-stable/contrib/libedit/
H A Dsig.c57 static const int sighdl[] = { variable
101 for (i = 0; sighdl[i] != -1; i++)
102 if (signo == sighdl[i])
135 for (i = 0; sighdl[i] != -1; i++) {
175 for (i = 0; sighdl[i] != -1; i++) {
177 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
197 for (i = 0; sighdl[i] != -1; i++)
199 (void)sigaction(sighdl[i],

Completed in 46 milliseconds