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

/openbsd-current/bin/ksh/
H A Dtty.h17 extern int tty_devtty; /* true if tty_fd is from /dev/tty */
H A Dtty.c12 int tty_devtty; /* true if tty_fd is from /dev/tty */ variable
34 tty_devtty = 1;
38 tty_devtty = 0;
H A Djobs.c308 ttypgrp_ok = use_tty && tty_fd >= 0 && tty_devtty;

Completed in 185 milliseconds