Home
last modified time | relevance | path

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

/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dkeys.c58 llist_t actions_ext; variable
137 LLIST_INIT(&actions_ext); in keys_init()
233 llist_item_t *i = LLIST_FIND_FIRST(&actions_ext, &pressed, in keys_get_action()
328 llist_item_t *i = LLIST_FIND_FIRST(&actions_ext, &key, key_ext_hasch); in keys_assign_binding()
334 LLIST_ADD(&actions_ext, k); in keys_assign_binding()
371 llist_item_t *i = LLIST_FIND_FIRST(&actions_ext, &key, in keys_remove_binding()
375 LLIST_REMOVE(&actions_ext, i); in keys_remove_binding()