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

/freebsd-9.3-release/lib/libedit/
H A Dsig.c52 private const int sighdl[] = { variable
95 for (i = 0; sighdl[i] != -1; i++)
96 if (signo == sighdl[i])
128 for (i = 0; sighdl[i] != -1; i++) {
168 for (i = 0; sighdl[i] != -1; i++) {
170 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
190 for (i = 0; sighdl[i] != -1; i++)
192 (void)sigaction(sighdl[i],

Completed in 49 milliseconds