Home
last modified time | relevance | path

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

/src/usr.bin/mail/
H A Dtty.c209 (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
H A Dextern.h232 void ttystop(int);