Lines Matching full:ks
52 _XkbKSCheckCase(KeySym ks) in _XkbKSCheckCase() argument
56 set = (ks & (~0xff)) >> 8; in _XkbKSCheckCase()
60 if (((ks >= XK_A) && (ks <= XK_Z)) || in _XkbKSCheckCase()
61 ((ks >= XK_Agrave) && (ks <= XK_THORN) && (ks != XK_multiply))) { in _XkbKSCheckCase()
64 if (((ks >= XK_a) && (ks <= XK_z)) || in _XkbKSCheckCase()
65 ((ks >= XK_ssharp) && (ks <= XK_ydiaeresis) && in _XkbKSCheckCase()
66 (ks != XK_division))) { in _XkbKSCheckCase()
71 if (((ks >= XK_Aogonek) && (ks <= XK_Zabovedot) && (ks != XK_breve)) || in _XkbKSCheckCase()
72 ((ks >= XK_Racute) && (ks <= XK_Tcedilla))) { in _XkbKSCheckCase()
75 if (((ks >= XK_aogonek) && (ks <= XK_zabovedot) && (ks != XK_ogonek) && in _XkbKSCheckCase()
76 (ks != XK_caron) && (ks != XK_doubleacute)) || ((ks >= XK_racute) in _XkbKSCheckCase()
77 && (ks <= in _XkbKSCheckCase()
84 if (((ks >= XK_Hstroke) && (ks <= XK_Jcircumflex)) || in _XkbKSCheckCase()
85 ((ks >= XK_Cabovedot) && (ks <= XK_Scircumflex))) { in _XkbKSCheckCase()
88 if (((ks >= XK_hstroke) && (ks <= XK_jcircumflex)) || in _XkbKSCheckCase()
89 ((ks >= XK_cabovedot) && (ks <= XK_scircumflex))) { in _XkbKSCheckCase()
94 if (((ks >= XK_Rcedilla) && (ks <= XK_Tslash)) || in _XkbKSCheckCase()
95 (ks == XK_ENG) || ((ks >= XK_Amacron) && (ks <= XK_Umacron))) { in _XkbKSCheckCase()
98 if ((ks == XK_kra) || in _XkbKSCheckCase()
99 ((ks >= XK_rcedilla) && (ks <= XK_tslash)) || in _XkbKSCheckCase()
100 (ks == XK_eng) || ((ks >= XK_amacron) && (ks <= XK_umacron))) { in _XkbKSCheckCase()
105 if ((ks == XK_Wcircumflex) || in _XkbKSCheckCase()
106 (ks == XK_Ycircumflex) || in _XkbKSCheckCase()
107 (ks == XK_Babovedot) || in _XkbKSCheckCase()
108 (ks == XK_Dabovedot) || in _XkbKSCheckCase()
109 (ks == XK_Fabovedot) || in _XkbKSCheckCase()
110 (ks == XK_Mabovedot) || in _XkbKSCheckCase()
111 (ks == XK_Pabovedot) || in _XkbKSCheckCase()
112 (ks == XK_Sabovedot) || in _XkbKSCheckCase()
113 (ks == XK_Tabovedot) || in _XkbKSCheckCase()
114 (ks == XK_Wgrave) || in _XkbKSCheckCase()
115 (ks == XK_Wacute) || (ks == XK_Wdiaeresis) || (ks == XK_Ygrave)) { in _XkbKSCheckCase()
118 if ((ks == XK_wcircumflex) || in _XkbKSCheckCase()
119 (ks == XK_ycircumflex) || in _XkbKSCheckCase()
120 (ks == XK_babovedot) || in _XkbKSCheckCase()
121 (ks == XK_dabovedot) || in _XkbKSCheckCase()
122 (ks == XK_fabovedot) || in _XkbKSCheckCase()
123 (ks == XK_mabovedot) || in _XkbKSCheckCase()
124 (ks == XK_pabovedot) || in _XkbKSCheckCase()
125 (ks == XK_sabovedot) || in _XkbKSCheckCase()
126 (ks == XK_tabovedot) || in _XkbKSCheckCase()
127 (ks == XK_wgrave) || in _XkbKSCheckCase()
128 (ks == XK_wacute) || (ks == XK_wdiaeresis) || (ks == XK_ygrave)) { in _XkbKSCheckCase()
133 if ((ks == XK_OE) || (ks == XK_Ydiaeresis)) { in _XkbKSCheckCase()
136 if (ks == XK_oe) { in _XkbKSCheckCase()