Home
last modified time | relevance | path

Searched refs:binary_keyseq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c77 static KtKeyMatch _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq,
406 static KtKeyMatch _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, in _kt_locate_keybinding() argument
421 binary_keyseq, nc); in _kt_locate_keybinding()
443 _kt_compare_strings(kt->table[*last].keyseq, nc, binary_keyseq, nc)==0) { in _kt_locate_keybinding()
446 _kt_compare_strings(kt->table[*last+1].keyseq, nc, binary_keyseq, nc)==0) in _kt_locate_keybinding()
480 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq, in _kt_lookup_keybinding() argument
489 if(!kt || !binary_keyseq || !matches || !nmatch || nc < 0) { in _kt_lookup_keybinding()
499 status = _kt_locate_keybinding(kt, binary_keyseq, nc, &first, &last); in _kt_lookup_keybinding()
H A Dkeytab.h129 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq,