Home
last modified time | relevance | path

Searched refs:_kt_lookup_keybinding (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libtecla/libtecla/
H A Dkeytab.h129 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq,
H A Dkeytab.c480 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq, in _kt_lookup_keybinding() function
H A Dgetline.c6217 if(_kt_lookup_keybinding(gl->bindings, name, strlen(name), &keysym, &nsym) in _gl_rebind_arrow_key()
8264 switch(_kt_lookup_keybinding(gl->bindings, keyseq, nkey, &keysym, &nsym)) { in gl_interpret_char()