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

/external/mksh/src/
H A Dmain.c1106 * i.e. if tty_devtty was already set or the new would not set it.
1114 if (tty_devtty) {
1160 tty_devtty = is_devtty;
H A Djobs.c344 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
H A Dsh.h2100 EXTERN bool tty_devtty; /* true if tty_fd is from /dev/tty */ variable
2104 extern int tty_init_fd(void); /* initialise tty_fd, tty_devtty */

Completed in 82 milliseconds