Home
last modified time | relevance | path

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

/dports/audio/vitunes/vitunes-2.3/
H A Dkeybindings.c89 const KeyActionHandler KeyActionHandlers[] = { variable
140 const size_t KeyActionHandlersSize = sizeof(KeyActionHandlers) / sizeof(KeyActionHandler);
431 if (KeyActionHandlers[i].action == action) { in kb_execute()
432 if (visual_mode_start == -1 || KeyActionHandlers[i].visual) { in kb_execute()
433 ((KeyActionHandlers[i].handler)(KeyActionHandlers[i].args)); in kb_execute()
452 if(a == KeyActionHandlers[x].action) { in kb_execute_by_name()
453 KeyActionHandlers[x].handler(KeyActionHandlers[x].args); in kb_execute_by_name()