Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dtty.c137 static bool isbackground(proc_t p, struct tty *tp);
1040 while (isbackground(p, tp) && in ttioctl_locked()
2020 if (isbackground(p, tp) || ISSET(tp->t_state, TS_REVOKE)) { in ttread()
2393 if (isbackground(p, tp) && in ttwrite()
3231 isbackground(proc_t p, struct tty *tp) in isbackground() function