Searched refs:KeySym (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | keytab.c | 65 KeySym *table; /* The table of lexically sorted key sequences */ 74 static void _kt_assign_action(KeySym *sym, KtBinder binder, KtKeyFn *keyfn, 119 kt->table = (KeySym *) malloc(sizeof(kt->table[0]) * kt->size); in _new_KeyTab() 175 KeySym *newtab = (KeySym *) realloc(kt->table, sizeof(kt->table[0]) * in _kt_extend_table() 346 KeySym *sym; in _kt_set_keyfn() 483 int nc, KeySym **matches, int *nmatch) in _kt_lookup_keybinding() 752 static void _kt_assign_action(KeySym *sym, KtBinder binder, KtKeyFn *keyfn, in _kt_assign_action() 809 KeySym *sym = kt->table + oldkey; in _kt_clear_bindings()
|
H A D | keytab.h | 94 } KeySym; typedef 132 int nc, KeySym **matches, int *nmatch);
|
H A D | getline.c | 6206 KeySym *keysym; /* The binding-table entry matching the arrow-key name */ in _gl_rebind_arrow_key() 8234 KeySym *keysym; /* The symbol-table entry of a key-sequence */ in gl_interpret_char()
|