Home
last modified time | relevance | path

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

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