Searched refs:keycache (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMkey.c87 memset((void *)&ctx->keycache, 0, sizeof(TMKeyCache))
92 * the keycache. The array currently just reverses the bits as a good guess.
136 #define MOD_RETURN(ctx, key) (ctx)->keycache.modifiers_return[key]
146 (ctx)->keycache.keycode[_i_] == (key) && \
147 (ctx)->keycache.modifiers[_i_] == (mod)) { \
149 sym_ret = (ctx)->keycache.keysym[_i_]; \
152 (ctx)->keycache.keycode[_i_] = (KeyCode) (key); \
153 (ctx)->keycache.modifiers[_i_] = (unsigned char)(mod); \
154 (ctx)->keycache.keysym[_i_] = sym_ret; \
163 (ctx)->keycache
[all...]
/xsrc/external/mit/libXt/dist/include/X11/
H A DTranslateI.h315 TMKeyCache keycache; /* keep this last, to keep offsets to others small */ member in struct:_TMKeyContextRec

Completed in 5 milliseconds