Searched refs:binary_keyseq (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | keytab.c | 79 static KtKeyMatch _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, 392 * binary_keyseq char * The binary key-sequence to lookup. 408 static KtKeyMatch _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, argument 423 binary_keyseq, nc); 445 _kt_compare_strings(kt->table[*last].keyseq, nc, binary_keyseq, nc)==0) { 448 _kt_compare_strings(kt->table[*last+1].keyseq, nc, binary_keyseq, nc)==0) 464 * binary_keyseq char * The binary key-sequence to lookup. 482 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq, argument 491 if(!kt || !binary_keyseq || !matches || !nmatch || nc < 0) { 501 status = _kt_locate_keybinding(kt, binary_keyseq, n [all...] |
H A D | keytab.h | 131 KtKeyMatch _kt_lookup_keybinding(KeyTab *kt, const char *binary_keyseq,
|
Completed in 50 milliseconds