Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h31 #define TTY_DEVICE 2 macro
H A Dtty.c104 #define device2tty(d) ((d)->type == TTY_DEVICE ? (struct ttydevice *)d : NULL)
611 TTY_DEVICE,
641 if (type == TTY_DEVICE) { in tty_iov2device()
H A Dradius.c840 case TTY_DEVICE: in radius_put_physical_details()
/freebsd/contrib/dialog/
H A Dutil.c273 #define TTY_DEVICE "/dev/tty" macro
290 const char *device = TTY_DEVICE; in open_terminal()
297 device = TTY_DEVICE; in open_terminal()