Searched refs:oldsigtstp (Results 1 – 2 of 2) sorted by relevance
55 static SIGTYPE (*oldsigtstp)(); /* old value of terminal stop signal */ variable116 oldsigtstp = signal(SIGTSTP, SIG_DFL); in myfork()151 (void) signal(SIGTSTP, oldsigtstp); in join()
511 sigfunc_t oldsigtstp; local573 oldsigtstp = sm_signal(SIGTSTP, SIG_IGN);615 (void) sm_signal(SIGTSTP, oldsigtstp);