Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDphysical.h32 #define TTY_DEVICE 2 macro
HDtty.c112 #define device2tty(d) ((d)->type == TTY_DEVICE ? (struct ttydevice *)d : NULL)
611 TTY_DEVICE,
635 if (type == TTY_DEVICE) { in tty_iov2device()
HDradius.c680 case TTY_DEVICE: in radius_put_physical_details()
/dragonfly/contrib/dialog/
HDutil.c256 #define TTY_DEVICE "/dev/tty" macro
273 const char *device = TTY_DEVICE; in open_terminal()
280 device = TTY_DEVICE; in open_terminal()