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

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimRm.c902 XIMHotKeyTriggers *hotkey = (XIMHotKeyTriggers *)val; local in function:_XimEncodeHotKey
911 if(hotkey == (XIMHotKeyTriggers *)NULL) {
915 if((num = hotkey->num_hot_key) == 0) {
928 key[i] = hotkey->key[i];
1280 XIMHotKeyTriggers *hotkey; local in function:_XimDecodeHotKey
1294 hotkey = (XIMHotKeyTriggers *)tmp;
1300 hotkey->num_hot_key = num;
1301 hotkey->key = key;
1303 *((XIMHotKeyTriggers **)val) = hotkey;
1618 XOffsetOf(XimDefICValues, hotkey),
[all...]
H A DimRmAttr.c743 XIMHotKeyTriggers *hotkey = (XIMHotKeyTriggers *)value; local in function:_XimValueToAttribute
749 if (!hotkey) {
753 num = (INT32)hotkey->num_hot_key;
767 key[0] = (CARD32)(hotkey->key[i].keysym);
769 key[1] = (CARD32)(hotkey->key[i].modifier);
771 key[2] = (CARD32)(hotkey->key[i].modifier_mask);
H A DimDefIc.c881 Xfree(ic->core.hotkey);
882 ic->core.hotkey = NULL;
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcint.h732 XIMHotKeyTriggers *hotkey; member in struct:__anon420bb5f60e08
H A DXimint.h119 XIMHotKeyTriggers *hotkey; member in struct:_XimDefICValues

Completed in 13 milliseconds