HomeSort by: relevance | last modified time | path
    Searched defs:sighdl (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
sig.c 57 static const int sighdl[] = { variable in typeref:typename:const int[]
101 for (i = 0; sighdl[i] != -1; i++)
102 if (signo == sighdl[i])
135 for (i = 0; sighdl[i] != -1; i++) {
176 for (i = 0; sighdl[i] != -1; i++) {
178 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
197 for (i = 0; sighdl[i] != -1; i++)
199 (void)sigaction(sighdl[i],
sig.c 57 static const int sighdl[] = { variable in typeref:typename:const int[]
101 for (i = 0; sighdl[i] != -1; i++)
102 if (signo == sighdl[i])
135 for (i = 0; sighdl[i] != -1; i++) {
176 for (i = 0; sighdl[i] != -1; i++) {
178 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
197 for (i = 0; sighdl[i] != -1; i++)
199 (void)sigaction(sighdl[i],

Completed in 22 milliseconds