Searched defs:binary_keyseq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c79 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...]

Completed in 58 milliseconds