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

/freebsd-11-stable/lib/libedit/
H A Dsig.c59 private const int sighdl[] = { variable
103 for (i = 0; sighdl[i] != -1; i++)
104 if (signo == sighdl[i])
137 for (i = 0; sighdl[i] != -1; i++) {
177 for (i = 0; sighdl[i] != -1; i++) {
179 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
199 for (i = 0; sighdl[i] != -1; i++)
201 (void)sigaction(sighdl[i],

Completed in 188 milliseconds