HomeSort by relevance Sort by last modified time
    Searched full:use_tty (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
jobs.c 289 bool use_tty = Flag(FTALKING); local
292 if (use_tty)
296 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
335 if (use_tty && !ttypgrp_ok)
    [all...]

Completed in 4828 milliseconds