Home
last modified time | relevance | path

Searched refs:ttyin_name (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/less/
H A Dttyin.c32 public char *ttyin_name = NULL; variable
59 if (ttyin_name != NULL) in open_tty()
60 fd = open_tty_device(ttyin_name); in open_tty()
H A Dos.c87 extern char *ttyin_name;
128 if (ttyin_name == NULL) /* Check for ^X only on a real tty. */ in check_poll()
H A Doptfunc.c81 extern char *ttyin_name;
1075 ttyin_name = s; in opt_ttyin_name()
H A Dscreen.c258 extern char *ttyin_name;
395 if (ttyin_name != NULL) in raw_mode()
805 if (ttyin_name != NULL) in scrsize()
1655 if (ttyin_name != NULL && f_putc == putchr) in do_tputs()