Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1786 int ttou_is_dfl; in onsusp() local
1789 ttou_is_dfl = (signal(SIGTTOU, SIG_IGN) == SIG_DFL); in onsusp()
1792 if (ttou_is_dfl) in onsusp()