Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h220 #define isbackground(p, tp) \ macro
/dragonfly/sys/kern/
H A Dtty.c890 while (isbackground(p, tp) && !(p->p_flags & P_PPWAIT) && in ttioctl()
1710 if (pp && isbackground(pp, tp)) { in ttread()
2027 if (pp && isbackground(pp, tp) && in ttwrite()
H A Dtty_pty.c495 while (isbackground(p, tp)) { in ptsread()