Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dcmd-show-options.c162 a = options_array_first(o); in cmd_show_options_print()
243 else if ((a = options_array_first(o)) == NULL) { in cmd_show_options_all()
Denviron.c194 a = options_array_first(o); in environ_update()
Dtty-term.c446 a = options_array_first(o); in tty_term_apply_overrides()
586 a = options_array_first(o); in tty_term_create()
Dcolour.c1098 if ((a = options_array_first(o)) == NULL) { in colour_palette_from_option()
Dnotify.c112 a = options_array_first(o); in notify_insert_hook()
Dcmd.c431 a = options_array_first(o); in cmd_get_alias()
Dcmd-queue.c429 a = options_array_first(o); in cmdq_insert_hook()
Dutf8.c391 a = options_array_first(o);
Doptions.c540 options_array_first(struct options_entry *o) in options_array_first() function
Dtty-keys.c530 a = options_array_first(o); in tty_keys_build()
Dwindow-customize.c243 ai = options_array_first(o); in window_customize_build_array()
Dstatus.c1724 a = options_array_first(o); in status_prompt_complete_list()
Dtmux.h2328 struct options_array_item *options_array_first(struct options_entry *);