Lines Matching refs:bindings
459 * Lookup the sub-array of key-bindings who's key-sequences minimally
784 * Remove all key bindings that came from a specified source.
787 * kt KeyTab * The table of key bindings.
788 * binder KtBinder The source of the bindings to be cleared.
795 * If there is no table, then no bindings exist to be deleted.
800 * Clear bindings of the given source.
930 * Merge an array of bindings with existing bindings.
933 * kt KeyTab * The table of key bindings.
934 * binder KtBinder The source of the bindings.
935 * bindings const KtKeyBinding * The array of bindings.
936 * n int The number of bindings in bindings[].
941 int _kt_add_bindings(KeyTab *kt, KtBinder binder, const KtKeyBinding *bindings,
948 if(!kt || !bindings) {
955 * Install the array of bindings.
958 if(_kt_set_keybinding(kt, binder, bindings[i].keyseq, bindings[i].action))
968 * kt KeyTab * The table of key bindings.
1016 * kt KeyTab * The table of key bindings.