Searched refs:options_to_string (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | window-customize.c | 249 value = options_to_string(o, idx, 0); in window_customize_build_array() 310 value = options_to_string(o, -1, 0); in window_customize_build_option() 727 value = options_to_string(o, idx, 0); in window_customize_draw_option() 811 value = options_to_string(parent, -1 , 0); in window_customize_draw_option() 822 value = options_to_string(parent, -1 , 0); in window_customize_draw_option() 1114 value = options_to_string(o, idx, 0); in window_customize_set_option()
|
| D | cmd-show-options.c | 178 value = options_to_string(o, idx, 0); in cmd_show_options_print()
|
| D | options.c | 578 options_to_string(struct options_entry *o, int idx, int numeric) in options_to_string() function
|
| D | tmux.h | 2334 char *options_to_string(struct options_entry *, int, int);
|
| D | format.c | 3642 found = options_to_string(o, idx, 1); in format_find()
|