Searched defs:ttou_is_dfl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1803 int ttou_is_dfl; local
1806 ttou_is_dfl = (signal(SIGTTOU, SIG_IGN) == SIG_DFL);
1809 if (ttou_is_dfl)

Completed in 58 milliseconds