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

/freebsd-11-stable/contrib/less/
H A Dttyin.c44 tty_device(VOID_PARAM) function
104 tty = __open(tty_device(), OPEN_READ);
106 tty = open(tty_device(), OPEN_READ);
H A Dlsystem.c122 if (__open(tty_device(), OPEN_READ) < 0)
124 if (open(tty_device(), OPEN_READ) < 0)
H A Dfuncs.h339 public char * tty_device LESSPARAMS ((VOID_PARAM));

Completed in 68 milliseconds