Searched refs:format_choose (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | format.c | 3813 format_choose(struct format_expand_state *es, const char *s, char **left, in format_choose() function 4152 if (format_choose(es, fmt, &all, &active, 0) != 0) { in format_loop_windows() 4205 if (format_choose(es, fmt, &all, &active, 0) != 0) { in format_loop_panes() 4340 if (format_choose(es, copy, &left, &right, 1) != 0) { in format_replace_expression() 4631 if (format_choose(es, copy, &left, &right, 1) != 0) { in format_replace() 4714 if (format_choose(es, cp + 1, &left, &right, 0) != 0) { in format_replace()
|