Home
last modified time | relevance | path

Searched refs:file_xkbdir (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFiles.c147 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()
H A Dxf86Parser.h77 char *file_xkbdir; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c596 if (!xf86xkbdirFlag && fileconf && fileconf->file_xkbdir) { in configFiles()
597 XkbBaseDirectory = fileconf->file_xkbdir; in configFiles()