Searched refs:options_entry (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | options.c | 50 struct options_entry { struct 60 RB_ENTRY(options_entry) entry; argument 64 RB_HEAD(options_tree, options_entry) tree; 68 static struct options_entry *options_add(struct options *, const char *); 69 static void options_remove(struct options_entry *); 89 static int options_cmp(struct options_entry *, struct options_entry *); 90 RB_GENERATE_STATIC(options_tree, options_entry, entry, options_cmp); 93 options_cmp(struct options_entry *lhs, struct options_entry *rhs) in options_cmp() 113 struct options_entry *o; in options_parent_table_entry() 124 options_value_free(struct options_entry *o, union options_value *ov) in options_value_free() [all …]
|
| D | cmd-show-options.c | 33 struct options_entry *, int, int); 84 struct options_entry *o; in cmd_show_options_exec() 149 struct options_entry *o, int idx, int parent) in cmd_show_options_print() 204 struct options_entry *o; in cmd_show_options_all()
|
| D | tmux.h | 63 struct options_entry; 2280 struct options_entry *options_first(struct options *); 2281 struct options_entry *options_next(struct options_entry *); 2282 struct options_entry *options_empty(struct options *, 2284 struct options_entry *options_default(struct options *, 2287 const char *options_name(struct options_entry *); 2288 struct options *options_owner(struct options_entry *); 2289 const struct options_table_entry *options_table_entry(struct options_entry *); 2290 struct options_entry *options_get_only(struct options *, const char *); 2291 struct options_entry *options_get(struct options *, const char *); [all …]
|
| D | window-customize.c | 113 window_customize_get_tag(struct options_entry *o, int idx, in window_customize_get_tag() 232 struct options_entry *o, struct format_tree *ft) in window_customize_build_array() 272 struct options_entry *o, struct format_tree *ft, in window_customize_build_option() 344 struct options_entry *o; in window_customize_find_user_options() 379 struct options_entry *o = NULL, *loop; in window_customize_build_options() 655 struct options_entry *o, *parent; in window_customize_draw_option() 961 struct options_entry *o; in window_customize_set_option_callback() 1010 struct options_entry *o; in window_customize_set_option() 1135 struct options_entry *o; in window_customize_unset_option() 1153 struct options_entry *o; in window_customize_reset_option()
|
| D | cmd-display-menu.c | 301 struct options_entry *oe; in cmd_display_menu_exec() 402 struct options_entry *oe; in cmd_display_popup_exec()
|
| D | cmd-set-option.c | 91 struct options_entry *parent, *o, *po; in cmd_set_option_exec()
|
| D | cmd-select-pane.c | 98 struct options_entry *o; in cmd_select_pane_exec()
|
| D | environ.c | 186 struct options_entry *o; in environ_update()
|
| D | tty-term.c | 440 struct options_entry *o; in tty_term_apply_overrides() 530 struct options_entry *o; in tty_term_create()
|
| D | colour.c | 1089 struct options_entry *o; in colour_palette_from_option()
|
| D | notify.c | 62 struct options_entry *o; in notify_insert_hook()
|
| D | cmd.c | 419 struct options_entry *o; in cmd_get_alias()
|
| D | cmd-queue.c | 368 struct options_entry *o; in cmdq_insert_hook()
|
| D | status.c | 378 struct options_entry *o; in status_redraw() 1628 struct options_entry *o; in status_prompt_complete_list()
|
| D | tty-keys.c | 492 struct options_entry *o; in tty_keys_build()
|
| D | input.c | 2497 struct options_entry *o; in input_exit_rename()
|
| D | format.c | 3584 struct options_entry *o; in format_find()
|