Searched refs:ctty_pgrp (Results 1 – 1 of 1) sorted by relevance
1212 int ctty_pgrp; in foregroundproc() local1218 return ((ctty_pgrp = tcgetpgrp(STDOUT_FILENO)) != -1 && in foregroundproc()1219 ctty_pgrp == pgrp); in foregroundproc()1221 return ((ioctl(STDOUT_FILENO, TIOCGPGRP, &ctty_pgrp) != -1 && in foregroundproc()1222 ctty_pgrp == pgrp)); in foregroundproc()