OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XK_cabovedot
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xcb-util/dist/keysyms/
keysyms.c
419
else if (sym >=
XK_Cabovedot
&& sym <= XK_Scircumflex)
420
*lower += (
XK_cabovedot
-
XK_Cabovedot
);
421
else if (sym >=
XK_cabovedot
&& sym <= XK_scircumflex)
422
*upper -= (
XK_cabovedot
-
XK_Cabovedot
);
/xsrc/external/mit/libX11/dist/src/
KeyBind.c
731
else if (sym >=
XK_Cabovedot
&& sym <= XK_Scircumflex)
732
*lower += (
XK_cabovedot
-
XK_Cabovedot
);
733
else if (sym >=
XK_cabovedot
&& sym <= XK_scircumflex)
734
*upper -= (
XK_cabovedot
-
XK_Cabovedot
);
/xsrc/external/mit/xorg-server/dist/xkb/
xkbfmisc.c
85
((ks >=
XK_Cabovedot
) && (ks <= XK_Scircumflex))) {
89
((ks >=
XK_cabovedot
) && (ks <= XK_scircumflex))) {
xkbUtils.c
883
else if (sym >=
XK_Cabovedot
&& sym <= XK_Scircumflex)
884
*lower += (
XK_cabovedot
-
XK_Cabovedot
);
885
else if (sym >=
XK_cabovedot
&& sym <= XK_scircumflex)
886
*upper -= (
XK_cabovedot
-
XK_Cabovedot
);
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkbfmisc.c
81
((ks>=
XK_Cabovedot
)&&(ks<=XK_Scircumflex))) {
85
((ks>=
XK_cabovedot
)&&(ks<=XK_scircumflex))) {
xkbUtils.c
859
else if (sym >=
XK_Cabovedot
&& sym <= XK_Scircumflex)
860
*lower += (
XK_cabovedot
-
XK_Cabovedot
);
861
else if (sym >=
XK_cabovedot
&& sym <= XK_scircumflex)
862
*upper -= (
XK_cabovedot
-
XK_Cabovedot
);
/xsrc/external/mit/libxkbfile/dist/src/
xkbmisc.c
79
((ks >=
XK_Cabovedot
) && (ks <= XK_Scircumflex))) {
83
((ks >=
XK_cabovedot
) && (ks <= XK_scircumflex))) {
/xsrc/external/mit/xorgproto/dist/include/X11/
keysymdef.h
907
#define
XK_Cabovedot
0x02c5 /* U+010A LATIN CAPITAL LETTER C WITH DOT ABOVE */
913
#define
XK_cabovedot
0x02e5 /* U+010B LATIN SMALL LETTER C WITH DOT ABOVE */
Completed in 20 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026