Home
last modified time | relevance | path

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

/third_party/mksh/
H A Djobs.c345 bool use_tty = Flag(FTALKING); local
348 if (use_tty)
353 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
355 if ((ttypgrp_ok = (use_tty && tty_fd >= 0))) {
395 if (use_tty && !ttypgrp_ok)

Completed in 3 milliseconds