| /netbsd/src/external/bsd/tmux/dist/ |
| D | cmd-new-session.c | 104 name = format_single(item, tmp, c, NULL, NULL, NULL); in cmd_new_session_exec() 167 cwd = format_single(item, tmp, c, NULL, NULL, NULL); in cmd_new_session_exec() 340 cp = format_single(item, template, c, s, s->curw, NULL); in cmd_new_session_exec()
|
| D | cmd-new-window.c | 74 expanded = format_single(item, name, c, s, NULL, NULL); in cmd_new_window_exec() 146 cp = format_single(item, template, tc, s, new_wl, in cmd_new_window_exec()
|
| D | cmd-server-access.c | 88 name = format_single(item, args_string(args, 0), c, NULL, NULL, NULL); in cmd_server_access_exec()
|
| D | window-client.c | 201 cp = format_single(NULL, filter, c, NULL, NULL, NULL); in window_client_build() 209 text = format_single(NULL, data->format, c, NULL, NULL, NULL); in window_client_build()
|
| D | cmd-break-pane.c | 138 cp = format_single(item, template, tc, dst_s, wl, wp); in cmd_break_pane_exec()
|
| D | cmd-attach-session.c | 103 cwd = format_single(item, cflag, c, s, wl, wp); in cmd_attach_session()
|
| D | spawn.c | 183 w->name = format_single(item, sc->name, c, s, NULL, in spawn_window() 230 cwd = format_single(item, sc->cwd, c, target->s, NULL, NULL); in spawn_pane()
|
| D | control-notify.c | 72 cp = format_single(NULL, template, c, NULL, wl, NULL); in control_notify_window_layout_changed()
|
| D | cmd-split-window.c | 185 cp = format_single(item, template, tc, s, wl, new_wp); in cmd_split_window_exec()
|
| D | window-tree.c | 313 text = format_single(NULL, data->format, NULL, s, wl, wp); in window_tree_build_pane() 331 cp = format_single(NULL, filter, NULL, s, wl, wp); in window_tree_filter_pane() 357 text = format_single(NULL, data->format, NULL, s, wl, NULL); in window_tree_build_window() 423 text = format_single(NULL, data->format, NULL, s, NULL, NULL); in window_tree_build_session()
|
| D | menu.c | 86 s = format_single(qitem, item->name, c, NULL, NULL, NULL); in menu_add_item() 129 s = format_single(qitem, cmd, c, NULL, NULL, NULL); in menu_add_item()
|
| D | window-copy.c | 930 expanded = format_single(NULL, ss, NULL, NULL, NULL, wme->wp); in window_copy_expand_search_string() 1054 prefix = format_single(NULL, arg2, c, s, wl, wp); in window_copy_do_copy_end_of_line() 1056 command = format_single(NULL, arg1, c, s, wl, wp); in window_copy_do_copy_end_of_line() 1059 prefix = format_single(NULL, arg1, c, s, wl, wp); in window_copy_do_copy_end_of_line() 1136 prefix = format_single(NULL, arg2, c, s, wl, wp); in window_copy_do_copy_line() 1138 command = format_single(NULL, arg1, c, s, wl, wp); in window_copy_do_copy_line() 1141 prefix = format_single(NULL, arg1, c, s, wl, wp); in window_copy_do_copy_line() 1214 prefix = format_single(NULL, arg1, c, s, wl, wp); in window_copy_cmd_copy_selection_no_clear() 2122 prefix = format_single(NULL, arg2, c, s, wl, wp); in window_copy_cmd_copy_pipe_no_clear() 2125 command = format_single(NULL, arg1, c, s, wl, wp); in window_copy_cmd_copy_pipe_no_clear() [all …]
|
| D | server-fn.c | 355 expanded = format_single(NULL, s, NULL, NULL, NULL, wp); in server_destroy_pane()
|
| D | format.c | 5009 format_single(struct cmdq_item *item, const char *fmt, struct client *c, in format_single() function 5026 return (format_single(item, fmt, c, fs->s, fs->wl, fs->wp)); in format_single_from_state()
|
| D | tmux.h | 2233 char *format_single(struct cmdq_item *, const char *,
|