Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Doptions.c50 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 …]
Dcmd-show-options.c33 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()
Dtmux.h63 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 …]
Dwindow-customize.c113 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()
Dcmd-display-menu.c301 struct options_entry *oe; in cmd_display_menu_exec()
402 struct options_entry *oe; in cmd_display_popup_exec()
Dcmd-set-option.c91 struct options_entry *parent, *o, *po; in cmd_set_option_exec()
Dcmd-select-pane.c98 struct options_entry *o; in cmd_select_pane_exec()
Denviron.c186 struct options_entry *o; in environ_update()
Dtty-term.c440 struct options_entry *o; in tty_term_apply_overrides()
530 struct options_entry *o; in tty_term_create()
Dcolour.c1089 struct options_entry *o; in colour_palette_from_option()
Dnotify.c62 struct options_entry *o; in notify_insert_hook()
Dcmd.c419 struct options_entry *o; in cmd_get_alias()
Dcmd-queue.c368 struct options_entry *o; in cmdq_insert_hook()
Dstatus.c378 struct options_entry *o; in status_redraw()
1628 struct options_entry *o; in status_prompt_complete_list()
Dtty-keys.c492 struct options_entry *o; in tty_keys_build()
Dinput.c2497 struct options_entry *o; in input_exit_rename()
Dformat.c3584 struct options_entry *o; in format_find()