Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c137 t->tty.ty_status = 0; in getttyent()
142 t->tty.ty_status |= TTY_ON; in getttyent()
144 t->tty.ty_status &= ~TTY_ON; in getttyent()
146 t->tty.ty_status |= TTY_SECURE; in getttyent()
148 t->tty.ty_status |= TTY_LOCAL; in getttyent()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dttyent.h21 int ty_status; /* status flags (see below for defines) */ member