Searched refs:options_remove_or_default (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-set-option.c | 173 if (options_remove_or_default(po, idx, &cause) != 0) { in cmd_set_option_exec() 183 if (options_remove_or_default(o, idx, &cause) != 0) { in cmd_set_option_exec()
|
H A D | window-customize.c | 1148 options_remove_or_default(o, item->idx, NULL); in window_customize_unset_option() 1167 options_remove_or_default(o, -1, NULL); in window_customize_reset_option()
|
H A D | options.c | 1203 options_remove_or_default(struct options_entry *o, int idx, char **cause) in options_remove_or_default() function
|
H A D | input.c | 2509 options_remove_or_default(o, -1, NULL); in input_exit_rename()
|
H A D | tmux.h | 2360 int options_remove_or_default(struct options_entry *, int,
|