Searched defs:oldint (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/compress/ | ||
H A D | compress.c | 212 static void (*oldint)(); variable 353 if ((oldint = signal(SIGINT, SIG_IGN)) != SIG_IGN) { 357 bgnd_flag = oldint != SIG_DFL; |
Completed in 2152 milliseconds