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

/external/mksh/src/
H A Djobs.c350 bool use_tty = Flag(FTALKING); local
353 if (use_tty)
357 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
396 if (use_tty && !ttypgrp_ok)

Completed in 202 milliseconds