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

/xsrc/external/mit/xdm/dist/xdm/
H A Ddpylist.c171 free (d->windowPath);
263 d->windowPath = NULL;
H A Dsession.c777 if (d->windowPath)
778 verify->userEnviron = setEnv(verify->userEnviron, "WINDOWPATH", d->windowPath);
1000 if (d->windowPath)
1001 env = setEnv (env, "WINDOWPATH", d->windowPath);
H A Ddm.c751 free(d->windowPath);
752 d->windowPath = newwindowpath;
/xsrc/external/mit/xdm/dist/greeter/
H A Dgreet.c547 if ((d->windowPath) && !(strchr(d->windowPath, ':'))) {
549 snprintf(vtpath, sizeof(vtpath), "/dev/vt/%s", d->windowPath);
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h241 char *windowPath; /* path to server "window" */ member in struct:display

Completed in 5 milliseconds