Searched refs:_XkbAllocKeys (Results 1 – 1 of 1) sorted by relevance
487 #define _XkbAllocKeys(r,n) _XkbGeomAlloc((void *)&(r)->keys,\ macro687 if ((row->num_keys >= row->sz_keys) && (_XkbAllocKeys(row, 1) != Success)) in XkbAddGeomKey()706 if ((sz_keys > 0) && (_XkbAllocKeys(row, sz_keys) != Success)) in XkbAddGeomRow()