HomeSort by: relevance | last modified time | path
    Searched defs:PROJECTROOT (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
main.h 266 #ifndef PROJECTROOT
267 #define PROJECTROOT "/usr"
271 * The configure script quotes PROJECTROOT's value.
272 * imake does not quote PROJECTROOT's value.
287 #define DEFLOCALEFILTER DEFLOCALEFILTER1(PROJECTROOT) "/bin/luit"
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
scan.c 569 #ifndef PROJECTROOT
570 #define PROJECTROOT "/usr/X11R6"
573 #define SYSCONFDIR PROJECTROOT "/etc"
576 #define DATADIR PROJECTROOT "/share"
894 * specified file name (optional) and the ProjectRoot path (optional) and
928 projroot = PROJECTROOT;
939 * command-line specified directory name (optional) and the ProjectRoot path
957 projroot = PROJECTROOT;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Config.c 108 #ifndef PROJECTROOT
109 #define PROJECTROOT "/usr/X11R6"
2356 PROJECTROOT);
2357 dirname = xf86openConfigDirFiles(dirsearch, xf86ConfigDir, PROJECTROOT);
2358 filename = xf86openConfigFile(filesearch, xf86ConfigFile, PROJECTROOT);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Config.c 108 #ifndef PROJECTROOT
109 #define PROJECTROOT "/usr/X11R6"
2411 PROJECTROOT);
2412 dirname = xf86openConfigDirFiles(dirsearch, xf86ConfigDir, PROJECTROOT);
2413 filename = xf86openConfigFile(filesearch, xf86ConfigFile, PROJECTROOT);

Completed in 32 milliseconds