Searched refs:window_customize_get_key (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | window-customize.c | 166 window_customize_get_key(struct window_customize_itemdata *item, in window_customize_get_key() function 601 if (item == NULL || !window_customize_get_key(item, &kt, &bd)) in window_customize_draw_key() 1184 if (item == NULL || !window_customize_get_key(item, NULL, &bd)) in window_customize_set_command_callback() 1221 if (item == NULL || !window_customize_get_key(item, NULL, &bd)) in window_customize_set_note_callback() 1245 if (item == NULL || !window_customize_get_key(item, NULL, &bd)) in window_customize_set_key() 1294 if (item == NULL || !window_customize_get_key(item, &kt, &bd)) in window_customize_unset_key() 1311 if (item == NULL || !window_customize_get_key(item, &kt, &bd)) in window_customize_reset_key()
|