Home
last modified time | relevance | path

Searched refs:TTY_ON (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c142 t->tty.ty_status |= TTY_ON; in getttyent()
144 t->tty.ty_status &= ~TTY_ON; in getttyent()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dttyent.h26 #define TTY_ON 0x1 /* enable logins (startup getty) */ macro