Home
last modified time | relevance | path

Searched refs:server_options_table (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dcmd-show-options.c67 table = server_options_table; in cmd_show_options_exec()
H A Doptions-table.c58 const struct options_table_entry server_options_table[] = { variable
923 server_options_table, in options_table_find()
H A Dtmux.c317 options_table_populate_tree(server_options_table, &global_options); in main()
H A Dcmd-set-option.c125 if (table == server_options_table) in cmd_set_option_exec()
H A Dstatus.c1314 for (oe = server_options_table; oe->name != NULL; oe++) { in status_prompt_complete()
H A Dtmux.h1594 extern const struct options_table_entry server_options_table[];