Home
last modified time | relevance | path

Searched refs:format_single (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-new-session.c104 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()
Dcmd-new-window.c74 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()
Dcmd-server-access.c88 name = format_single(item, args_string(args, 0), c, NULL, NULL, NULL); in cmd_server_access_exec()
Dwindow-client.c201 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()
Dcmd-break-pane.c138 cp = format_single(item, template, tc, dst_s, wl, wp); in cmd_break_pane_exec()
Dcmd-attach-session.c103 cwd = format_single(item, cflag, c, s, wl, wp); in cmd_attach_session()
Dspawn.c183 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()
Dcontrol-notify.c72 cp = format_single(NULL, template, c, NULL, wl, NULL); in control_notify_window_layout_changed()
Dcmd-split-window.c185 cp = format_single(item, template, tc, s, wl, new_wp); in cmd_split_window_exec()
Dwindow-tree.c313 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()
Dmenu.c86 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()
Dwindow-copy.c930 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 …]
Dserver-fn.c355 expanded = format_single(NULL, s, NULL, NULL, NULL, wp); in server_destroy_pane()
Dformat.c5009 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()
Dtmux.h2233 char *format_single(struct cmdq_item *, const char *,