Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/setuname/
H A Dsetuname.c394 void (*oldsigint)(); /* Function to call for SIGINT */ local
497 oldsigint = signal(SIGINT, SIG_IGN);
547 (void) signal(SIGINT, oldsigint);
/titanic_50/usr/src/cmd/sendmail/src/
H A Dalias.c509 sigfunc_t oldsigint, oldsigquit; local
570 oldsigint = sm_signal(SIGINT, SIG_IGN);
612 (void) sm_signal(SIGINT, oldsigint);