Searched refs:ttystop (Results 1 – 2 of 2) sorted by relevance
209 (void)signal(SIGTSTP, ttystop); in readtty()210 (void)signal(SIGTTOU, ttystop); in readtty()211 (void)signal(SIGTTIN, ttystop); in readtty()270 ttystop(int s) in ttystop() function
232 void ttystop(int);