Lines Matching refs:KeySym
98 map->syms = calloc(map->size_syms, sizeof(KeySym)); in XkbAllocClientMap()
369 KeySym *newSyms; in XkbResizeKeyType()
398 newSyms = calloc(xkb->map->size_syms, sizeof(KeySym)); in XkbResizeKeyType()
405 KeySym *pOld; in XkbResizeKeyType()
412 &pOld[width * g], width * sizeof(KeySym)); in XkbResizeKeyType()
419 XkbKeyNumSyms(xkb, i) * sizeof(KeySym)); in XkbResizeKeyType()
457 KeySym *pSyms; in XkbResizeKeyType()
468 nClear * sizeof(KeySym)); in XkbResizeKeyType()
477 KeySym *
482 KeySym *newSyms; in XkbResizeKeySyms()
495 nOldSyms * sizeof(KeySym)); in XkbResizeKeySyms()
500 (needed - nOldSyms) * sizeof(KeySym)); in XkbResizeKeySyms()
507 newSyms = calloc(xkb->map->size_syms, sizeof(KeySym)); in XkbResizeKeySyms()
522 nCopy * sizeof(KeySym)); in XkbResizeKeySyms()
525 (nKeySyms - nCopy) * sizeof(KeySym)); in XkbResizeKeySyms()