Home
last modified time | relevance | path

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

/dports/x11/foot/foot/
H A Dconfig.c1693 size_t remove_first_idx = 0; in remove_action_from_key_bindings_list() local
1704 remove_first_idx = i; in remove_action_from_key_bindings_list()
1706 xassert(remove_first_idx + remove_count - 1 == i); in remove_action_from_key_bindings_list()
1716 size_t move_count = bindings->count - (remove_first_idx + remove_count); in remove_action_from_key_bindings_list()
1719 &bindings->arr[remove_first_idx], in remove_action_from_key_bindings_list()
1720 &bindings->arr[remove_first_idx + remove_count], in remove_action_from_key_bindings_list()