Home
last modified time | relevance | path

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

/dragonfly/include/
HDttyent.h58 #define TTY_IFCONSOLE 0x10 /* only enable if console */ macro
/dragonfly/lib/libc/gen/
HDgetttyent.c154 tty.ty_status |= TTY_IFCONSOLE; in getttyent()
/dragonfly/sbin/init/
HDinit.c1012 if (typ->ty_status & TTY_IFCONSOLE) { in adjttyent()