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

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

Completed in 184 milliseconds