Home
last modified time | relevance | path

Searched refs:xkbRules (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinfo.c146 free(ki->xkbRules); in KdFreeKeyboard()
H A Dkdrive.h255 char *xkbRules; member
H A Dkinput.c545 rmlvo.rules = ki->xkbRules; in KdKeyboardProc()
700 ki->xkbRules = strdup(kdGlobalXkbRules ? kdGlobalXkbRules : XKB_DFLT_RULES); in KdNewKeyboard()
888 ki->xkbRules = strdup(value); in KdParseKbdOptions()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.h162 char *xkbRules; member
H A Dwinconfig.c415 if (g_cmdline.xkbRules) { in winConfigKeyboard()
416 s = g_cmdline.xkbRules; in winConfigKeyboard()
H A Dwinprocarg.c1014 g_cmdline.xkbRules = argv[++i]; in ddxProcessArgument()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog121252 xkbRules, xkbModel and xkbLayout are strdup'd in KdNewKeyboard, need to be