Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dxkbfile.h167 #define XkbKSIsKeypad(k) (((k)>=XK_KP_Space)&&((k)<=XK_KP_Equal)) macro
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c174 if (XkbKSIsKeypad(syms[0]) || XkbKSIsKeypad(syms[1])) in XkbKeyTypesForCoreSymbols()
H A Dxkmread.c685 else if (XkbKSIsKeypad(syms[0]) || XkbKSIsKeypad(syms[1])) in FindTypeForKey()