Searched refs:XKB (Results 1 - 25 of 101) sorted by relevance

12345

/xsrc/external/mit/libX11/dist/specs/
H A DMakefile.am24 SUBDIRS=libX11 i18n XIM XKB
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkb-config.h.in8 /* Default set of XKB rules. */
11 /* Default XKB model. */
14 /* Default XKB layout. */
17 /* Default XKB variant. */
20 /* Default XKB options. */
23 /* Path to XKB definitions. */
29 /* XKB output dir for compiled keymaps. */
/xsrc/external/mit/xorg-docs/dist/general/input/
H A DMakefile.am5 docbook = XKB-Config.xml XKB-Enhancing.xml
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkb-config.h.in8 /* Default set of XKB rules. */
11 /* Default XKB model. */
14 /* Default XKB layout. */
17 /* Default XKB variant. */
20 /* Default XKB options. */
23 /* Path to XKB definitions. */
29 /* XKB output dir for compiled keymaps. */
/xsrc/external/mit/libxkbfile/dist/
H A DREADME.md1 libxkbfile - XKB file handling routines
4 libxkbfile is used by the X servers and utilities to parse the XKB
/xsrc/external/mit/xkbevd/dist/
H A DREADME.md1 xkbevd - XKB event daemon
4 The xkbevd event daemon listens for specified XKB events and executes
/xsrc/external/mit/libXt/dist/
H A Dconfigure.ac123 AC_MSG_CHECKING(if XKB support is wanted)
124 AC_ARG_ENABLE(xkb, AS_HELP_STRING([--disable-xkb], [Disable XKB support]),
125 XKB="$enableval", XKB="yes")
126 AC_MSG_RESULT($XKB)
127 if test "x$XKB" = "xyes" ; then
128 AC_DEFINE(XKB, 1, [Define to 1 to use XKB for keysym resolution.]) definition
/xsrc/external/mit/libX11/dist/specs/XKB/
H A DMakefile.am56 shelfdir = $(docdir)/XKB
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.h34 #include <X11/extensions/XKB.h>
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Ddarwin.h34 #include <X11/extensions/XKB.h>
/xsrc/external/mit/libX11/dist/src/xkb/
H A DMakefile.am21 XKB.c \
/xsrc/external/mit/xlogo/dist/
H A Dconfigure.ac66 # Use XKB to ring the bell?
69 AS_HELP_STRING([--with-xkb], [Use XKB to sound bells]),
80 AC_DEFINE(XKB, 1, [Define to 1 to use XkbStdBell]) definition
/xsrc/external/mit/xclock/dist/
H A Dconfigure.ac65 AC_ARG_WITH(xkb, AS_HELP_STRING([--with-xkb],[Use XKB to sound bells (Default is YES)]),use_xkb="$withval",use_xkb="try")
67 PKG_CHECK_MODULES(XKB, xkbfile)
70 AC_DEFINE([XKB],1,[Define to use XkbStdBell]) definition
H A Dxclock.c51 #ifdef XKB
134 #ifdef XKB
/xsrc/external/mit/oclock/dist/
H A Doclock.c40 #ifdef XKB
183 #ifdef XKB
H A Dconfigure.ac45 [Disable use of XKB to sound bells (Default is with-xkb)]),
49 AC_DEFINE([XKB],1,[Define to use XkbStdBell]) definition
/xsrc/external/mit/libX11/dist/
H A Dconfigure.ac318 [Disable XKB support *EXPERIMENTAL*]),
319 [XKB=$enableval],[XKB=yes])
321 AM_CONDITIONAL(XKB, [ test x$XKB = xyes ]) condition
322 if test x"$XKB" = "xyes"; then
325 AC_DEFINE(XKB,1,[Use XKB]) definition
430 specs/XKB/Makefile
445 echo " XKB suppor
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dutil.h106 #ifdef XKB
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxclient.h92 #include <X11/extensions/XKB.h>
/xsrc/external/mit/xsm/dist/
H A Dlock.c158 #ifdef XKB
H A Dchoose.c425 #ifdef XKB
476 #ifdef XKB
492 #ifdef XKB
571 #ifdef XKB
587 #ifdef XKB
/xsrc/external/mit/xwd/dist/
H A Dconfigure.ac43 [Disable use of XKB to sound bells (Default is with-xkb)]),
47 AC_DEFINE([XKB],1,[Define to use XkbStdBell]) definition
/xsrc/external/mit/editres/dist/
H A Dconfigure.ac43 [Disable use of XKB to sound bells (Default is with-xkb)]),
47 AC_DEFINE([XKB], 1, [Define to use XkbStdBell (libxkbfile)]) definition
/xsrc/external/mit/xset/dist/
H A Dxset.c26 /* Modified by Stephen so keyboard rate is set using XKB extensions */
41 # define XKB macro
77 #ifdef XKB
107 #ifdef XKB
147 #ifdef XKB
665 #if defined(XF86MISC) || defined(XKB)
674 #ifdef XKB
714 #ifdef XKB
1011 #ifndef XKB
1012 error(" xset was not built with XKB Extensio
[all...]
/xsrc/external/mit/xfd/dist/
H A Dconfigure.ac63 [Disable use of XKB to sound bells (Default is with-xkb)]),
67 AC_DEFINE([XKB],1,[Define to use XkbStdBell]) definition

Completed in 11 milliseconds

12345