Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c118 void (*savestop)(int); in grabh() local
126 savestop = sigset(SIGTSTP, ttystop); in grabh()
157 (void) sigset(SIGTSTP, savestop); in grabh()