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

/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dexec.c55 static SIGTYPE (*oldsigtstp)(); /* old value of terminal stop signal */ variable
116 oldsigtstp = signal(SIGTSTP, SIG_DFL);
151 (void) signal(SIGTSTP, oldsigtstp);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dalias.c511 sigfunc_t oldsigtstp; local
573 oldsigtstp = sm_signal(SIGTSTP, SIG_IGN);
615 (void) sm_signal(SIGTSTP, oldsigtstp);

Completed in 96 milliseconds