Searched refs:file_xkbdir (Results 1 – 3 of 3) sorted by relevance
147 if (xf86getSubToken(&(ptr->file_xkbdir)) != STRING) in xf86parseFilesSection()149 ptr->file_xkbdir = xf86_lex_val.str; in xf86parseFilesSection()211 if (ptr->file_xkbdir) in xf86printFileSection()212 fprintf(cf, "\tXkbDir \"%s\"\n", ptr->file_xkbdir); in xf86printFileSection()225 TestFree(p->file_xkbdir); in xf86freeFiles()
77 char *file_xkbdir; member
596 if (!xf86xkbdirFlag && fileconf && fileconf->file_xkbdir) { in configFiles()597 XkbBaseDirectory = fileconf->file_xkbdir; in configFiles()