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

/freebsd-current/include/
H A Dttyent.h60 char *ty_window; /* command to start up window manager */ member in struct:ttyent
/freebsd-current/lib/libc/gen/
H A Dgetttyent.c155 tty.ty_window = NULL;
193 tty.ty_window = value(p);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h428 char *ty_window; member in struct:__sanitizer::__sanitizer__ttyent
H A Dsanitizer_platform_limits_netbsd.h520 char *ty_window; member in struct:__sanitizer::__sanitizer_ttyent
/freebsd-current/sbin/init/
H A Dinit.c1365 if (typ->ty_window) {
1366 sp->se_window = strdup(typ->ty_window);

Completed in 211 milliseconds