Home
last modified time | relevance | path

Searched refs:oldint (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c212 static void (*oldint)(); variable
353 if ((oldint = signal(SIGINT, SIG_IGN)) != SIG_IGN) { in main()
357 bgnd_flag = oldint != SIG_DFL; in main()