Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
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.c6211 if(_kt_lookup_keybinding(gl->bindings, name, strlen(name), &keysym, &nsym) in _gl_rebind_arrow_key()
8259 switch(_kt_lookup_keybinding(gl->bindings, keyseq, nkey, &keysym, &nsym)) { in gl_interpret_char()