Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c53 static SIGTYPE (*oldsigtstp)(); /* old value of terminal stop signal */ variable
114 oldsigtstp = signal(SIGTSTP, SIG_DFL); in myfork()
149 (void) signal(SIGTSTP, oldsigtstp); in join()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c509 sigfunc_t oldsigtstp; local
571 oldsigtstp = sm_signal(SIGTSTP, SIG_IGN);
613 (void) sm_signal(SIGTSTP, oldsigtstp);