Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dttyin.c39 static int open_tty_device(constant char* dev) in open_tty_device() function
60 fd = open_tty_device(ttyin_name); in open_tty()
67 fd = open_tty_device(dev); in open_tty()
71 fd = open_tty_device("/dev/tty"); in open_tty()