HomeSort by relevance Sort by last modified time
    Searched refs:tty_devtty (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
main.c 1176 * i.e. if tty_devtty was already set or the new would not set it.
1184 if (tty_devtty) {
1230 tty_devtty = is_devtty;
    [all...]
jobs.c 357 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
    [all...]
sh.h 2734 EXTERN bool tty_devtty; \/* true if tty_fd is from \/dev\/tty *\/ variable
    [all...]

Completed in 68 milliseconds