Searched refs:XkbSA_NumActions (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbtext.c620 static char *actionTypeNames[XkbSA_NumActions]= {
1107 static actionCopy copyActionArgs[XkbSA_NumActions] = {
1149 if (action->type<(unsigned)XkbSA_NumActions)
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbtext.c698 static const char *actionTypeNames[XkbSA_NumActions] = {
1212 static actionCopy copyActionArgs[XkbSA_NumActions] = {
1255 if (action->type < (unsigned) XkbSA_NumActions)
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKB.h501 #define XkbSA_NumActions (XkbSA_LastAction+1) macro
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbtext.c818 static char *actionTypeNames[XkbSA_NumActions] = {
1399 static actionCopy copyActionArgs[XkbSA_NumActions] = {
1442 if (action->type < (unsigned) XkbSA_NumActions)
/xsrc/external/mit/xkbcomp/dist/
H A Daction.c1281 static actionHandler handleAction[XkbSA_NumActions + 1] = {

Completed in 43 milliseconds