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

/netbsd-6-1-5-RELEASE/include/
H A Dttyent.h55 __aconst char *ty_type; /* terminal type for termcap */ member in struct:ttyent
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetttyent.c114 tty.ty_getty = tty.ty_type = NULL;
117 if (*(tty.ty_type = p) == '\0')
118 tty.ty_type = NULL;
/netbsd-6-1-5-RELEASE/usr.bin/tset/
H A Dterm.c81 ttype = t->ty_type;
/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dmain.c685 if ((typ == NULL) || (typ->ty_type == NULL) ||
686 (typ->ty_type[0] == 0))
689 if (setupterm(typ->ty_type, 0, &err) == ERR)
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dcommon.c372 return (ttyid && (t = getttynam(ttyid)) ? t->ty_type : NULL);

Completed in 69 milliseconds