Searched refs:isbackground (Results 1 – 1 of 1) sorted by relevance
137 static bool isbackground(proc_t p, struct tty *tp);1101 while (isbackground(p, tp) && in ttioctl_locked()2125 if (isbackground(p, tp) || ISSET(tp->t_state, TS_REVOKE)) { in ttread()2498 if (isbackground(p, tp) && in ttwrite()3342 isbackground(proc_t p, struct tty *tp) in isbackground() function