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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dttyent.h52 char *ty_type; /* terminal type for termcap */ member in struct:ttyent
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dgetttyent.c189 tty.ty_getty = tty.ty_type = NULL;
192 if (!*(tty.ty_type = p))
193 tty.ty_type = NULL;
/macosx-10.10.1/system_cmds-643.1.1/login.tproj/
H A Dlogin.c1435 if (t != NULL && t->ty_type != NULL)
1436 return (t->ty_type);
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c577 ttype = t->ty_type;

Completed in 105 milliseconds