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

/freebsd-current/include/
H A Dttyent.h52 char *ty_type; /* terminal type for termcap */ member in struct:ttyent
/freebsd-current/lib/libc/gen/
H A Dgetttyent.c160 tty.ty_getty = tty.ty_type = NULL;
163 if (!*(tty.ty_type = p))
164 tty.ty_type = NULL;
/freebsd-current/usr.bin/login/
H A Dlogin.c935 if (t != NULL && t->ty_type != NULL)
936 return (t->ty_type);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h426 char *ty_type; member in struct:__sanitizer::__sanitizer__ttyent
H A Dsanitizer_platform_limits_netbsd.h518 char *ty_type; member in struct:__sanitizer::__sanitizer_ttyent
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c573 ttype = t->ty_type;
/freebsd-current/sbin/init/
H A Dinit.c1380 sp->se_type = typ->ty_type ? strdup(typ->ty_type) : 0;

Completed in 135 milliseconds