Searched refs:DEV_TTY (Results 1 – 4 of 4) sorted by relevance
302 #define DEV_TTY "/dev/tty" in open_console() macro303 if ((tty_in = fopen(DEV_TTY, "r")) == NULL) in open_console()305 if ((tty_out = fopen(DEV_TTY, "w")) == NULL) in open_console()
42 #ifndef DEV_TTY43 #define DEV_TTY "/dev/tty" macro541 char *filename = DEV_TTY; in maintenance_print_symbols()781 char *filename = DEV_TTY; in maintenance_print_psymbols()928 char *filename = DEV_TTY; in maintenance_print_msymbols()
5784 * symmisc.c (DEV_TTY): Define if not defined.
2176 @item DEV_TTY