Home
last modified time | relevance | path

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

/src/include/
H A Dttyent.h60 char *ty_window; /* command to start up window manager */ member
/src/lib/libc/gen/
H A Dgetttyent.c155 tty.ty_window = NULL; in getttyent()
193 tty.ty_window = value(p); in getttyent()
/src/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
/src/sbin/init/
H A Dinit.c1373 if (typ->ty_window) { in setupargv()
1374 sp->se_window = strdup(typ->ty_window); in setupargv()