Home
last modified time | relevance | path

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

/dragonfly/include/
HDttyent.h59 #define TTY_IFEXISTS 0x20 /* only enable if exists */ macro
/dragonfly/lib/libc/gen/
HDgetttyent.c156 tty.ty_status |= TTY_IFEXISTS; in getttyent()
/dragonfly/sbin/init/
HDinit.c1002 if (typ->ty_status & TTY_IFEXISTS) { in adjttyent()