Searched refs:binary_keyseq (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | keytab.c | 79 static KtKeyMatch _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, 408 static KtKeyMatch _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, in _kt_locate_keybinding() argument 423 binary_keyseq, nc); in _kt_locate_keybinding() 445 _kt_compare_strings(kt->table[*last].keyseq, nc, binary_keyseq, nc)==0) { in _kt_locate_keybinding() 448 _kt_compare_strings(kt->table[*last+1].keyseq, nc, binary_keyseq, nc)==0) in _kt_locate_keybinding() 482 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq, in _kt_lookup_keybinding() argument 491 if(!kt || !binary_keyseq || !matches || !nmatch || nc < 0) { in _kt_lookup_keybinding() 501 status = _kt_locate_keybinding(kt, binary_keyseq, nc, &first, &last); in _kt_lookup_keybinding()
|
H A D | keytab.h | 131 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq,
|