tstp
signal(SIGTSTP, tstp);
signal(SIGTSTP, tstp);
tstp();
if ((tstp = signal(SIGTSTP, stopset)) == SIG_IGN)
if (tstp != SIG_IGN)
signal(SIGTSTP, tstp);
static void (*tstp)(int);