Home | History | Annotate | Download | only in x11

Lines Matching refs:keybuf

583 			char keybuf[32];
584 char *keydata = keybuf;
591 count = Xutf8LookupString(SDL_IC, &xevent.xkey, keydata, sizeof(keybuf), &xkeysym, &status);
712 if (keydata != NULL && keybuf != keydata) {
723 char keybuf[32];
730 keybuf, sizeof(keybuf),
738 keysym.unicode = (Uint8)keybuf[0];
1227 char keybuf[32];
1274 if ( XLookupString(&xkey, keybuf, sizeof(keybuf), NULL, NULL) )
1275 unicode = (unsigned char)keybuf[0];