Searched refs:IsKeypadKey (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h327 #undef IsKeypadKey
328 #define IsKeypadKey(s) XkbKSIsKeypad(s) macro
/xsrc/external/mit/xterm/dist/vttests/
H A Dmodify-keys.pl136 sub IsKeypadKey($) { subroutine
272 $result = "keypad" if ( &IsKeypadKey($code) );
537 or &IsKeypadKey($code)
/xsrc/external/mit/xterm/dist/
H A Dinput.c172 * IsCursorKey() and IsKeypadKey() and must be tested before those macros to
338 } else if (IsKeypadKey(kd->keysym)) {
557 || IsKeypadKey(kd->keysym)
923 IsKeypadKey(kd.keysym) ? " KeypadKey" : "",
972 && IsKeypadKey(kd.keysym)
1214 } else if (IsKeypadKey(kd.keysym)) {
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h239 #define IsKeypadKey(keysym) \ macro
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiFlt.c913 if (!(IsKeypadKey(lsym) || lsym==XK_Return || lsym==XK_Tab)) {
1146 IsKeypadKey (*symbol) ||
1323 IsKeypadKey(symbol) ||
/xsrc/external/mit/libX11/dist/man/
H A DMakefile.am429 IsKeypadKey \
H A DMakefile.in821 IsKeypadKey \
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c233 if (IsKeypadKey(syms[0]) || IsKeypadKey(syms[1]))
/xsrc/external/mit/libXt/dist/src/
H A DTMkey.c581 (per > 1 && (IsKeypadKey(syms[1]) || IsPrivateKeypadKey(syms[1])))) {
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c817 (per > 1 && (IsKeypadKey(syms[1]) || IsPrivateKeypadKey(syms[1])))) {

Completed in 18 milliseconds