Searched refs:use_tty (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Djobs.c285 bool use_tty = Flag(FTALKING); local
288 if (use_tty)
292 if ((ttypgrp_ok = use_tty && tty_fd >= 0 && tty_devtty)) {
330 if (use_tty && !ttypgrp_ok)

Completed in 63 milliseconds