Lines Matching defs:projroot
554 * %P projroot
603 DoSubstitution(const char *template, const char *cmdline, const char *projroot,
700 if (projroot && xf86pathIsAbsolute(projroot))
701 APPEND_STR(projroot);
733 OpenConfigFile(const char *path, const char *cmdline, const char *projroot,
745 filepath = DoSubstitution(template, cmdline, projroot,
836 OpenConfigDir(const char *path, const char *cmdline, const char *projroot,
850 dirpath = DoSubstitution(template, cmdline, projroot,
923 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot)
927 if (!projroot || !projroot[0])
928 projroot = PROJECTROOT;
931 configPath = OpenConfigFile(path, cmdline, projroot, XCONFIGFILE);
952 const char *projroot)
956 if (!projroot || !projroot[0])
957 projroot = PROJECTROOT;
960 configDirPath = OpenConfigDir(path, cmdline, projroot, XCONFIGDIR);