KeySym
KeySym *keysym; /* The binding-table entry matching the arrow-key name */
KeySym *keysym; /* The symbol-table entry of a key-sequence */
kt->table = (KeySym *) malloc(sizeof(kt->table[0]) * kt->size);
KeySym *newtab = (KeySym *) realloc(kt->table, sizeof(kt->table[0]) *
KeySym *sym;
int nc, KeySym **matches, int *nmatch)
KeySym *table; /* The table of lexically sorted key sequences */
static void _kt_assign_action(KeySym *sym, KtBinder binder, KtKeyFn *keyfn,
static void _kt_assign_action(KeySym *sym, KtBinder binder, KtKeyFn *keyfn,
KeySym *sym = kt->table + oldkey;
int nc, KeySym **matches, int *nmatch);