Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dgetttyent.c89 tty.ty_window = NULL; in getttyent()
120 tty.ty_window = NULL; in getttyent()
158 tty.ty_window = value(p); in getttyent()
/dragonfly/include/
H A Dttyent.h61 char *ty_window; /* command to start up window manager */ member
/dragonfly/sbin/init/
H A Dinit.c1108 if (typ->ty_window) { in setupargv()
1109 sp->se_window = strdup(typ->ty_window); in setupargv()