Lines Matching defs:keysym
98 * Returns the locale dependent representation of a keysym.
103 * terminating NUL byte. Return 0 if the keysym is not representable in the
110 KeySym keysym,
118 if (keysym < 0x80) {
119 buf[0] = (char) keysym;
122 ucs4 = KeySymToUcs4(keysym);
141 KeySym* keysym,
148 ret = XLookupString(event, (char *)buffer, nbytes, keysym, status);
163 KeySym* keysym,
176 if (keysym != NULL) *keysym = symbol;
236 KeySym* keysym,
249 if (keysym != NULL) *keysym = symbol;
308 KeySym* keysym,
321 if (keysym != NULL) *keysym = symbol;