HomeSort by: relevance | last modified time | path
    Searched refs:XINITRC (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xinit/dist/
xinit.c 81 #ifndef XINITRC
82 #define XINITRC ".xinitrc"
100 static char **client = clientargv + 2; /* make sure room for sh .xinitrc args */
221 if ((cp = getenv("XINITRC")) != NULL) {
226 "%s/%s", cp, XINITRC);
startx.cpp 5 XCOMM interface than xinit. It looks for XINITRC and XSERVERRC environment
6 XCOMM variables, then user .xinitrc and .xserverrc files, and then system
7 XCOMM xinitrc and xserverrc files, else lets xinit choose its default.
8 XCOMM The system xinitrc should probably do things like check for
59 userclientrc=$HOME/.xinitrc
60 [ -f "${XINITRC}" ] && userclientrc="${XINITRC}"
61 sysclientrc=XINITDIR/xinitrc

Completed in 7 milliseconds