Home
last modified time | relevance | path

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

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