Searched refs:ty_status (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dttyent.h55 int ty_status; /* status flags */ member in struct:ttyent
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dgetttyent.c197 tty.ty_status = 0;
207 tty.ty_status &= ~TTY_ON;
209 tty.ty_status |= TTY_ON;
211 tty.ty_status |= TTY_SECURE;
/macosx-10.10.1/libtelnet-13/
H A Dsra.c433 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
/macosx-10.10.1/system_cmds-643.1.1/login.tproj/
H A Dlogin.c1268 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);

Completed in 240 milliseconds