Searched refs:keysym (Results 1 – 3 of 3) sorted by relevance
6206 KeySym *keysym; /* The binding-table entry matching the arrow-key name */ in _gl_rebind_arrow_key() local6212 if(_kt_lookup_keybinding(gl->bindings, name, strlen(name), &keysym, &nsym) in _gl_rebind_arrow_key()6217 KtAction *action = keysym->actions + keysym->binder; in _gl_rebind_arrow_key()8234 KeySym *keysym; /* The symbol-table entry of a key-sequence */ in gl_interpret_char() local8259 switch(_kt_lookup_keybinding(gl->bindings, keyseq, nkey, &keysym, &nsym)) { in gl_interpret_char()8264 action = keysym->actions + keysym->binder; in gl_interpret_char()
4205 struct keysym struct4216 static struct keysym keysym_table[] = argument
6227 (struct keysym): New structure.