Home
last modified time | relevance | path

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

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