Searched refs:DEV_TTY (Results 1 – 3 of 3) sorted by relevance
398 # define DEV_TTY "con" in open_console() macro400 # define DEV_TTY "/dev/tty" in open_console() macro402 if ((tty_in = fopen(DEV_TTY, "r")) == NULL) in open_console()404 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()
2167 @item DEV_TTY