Searched refs:format_single_from_target (Results 1 – 15 of 15) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-set-option.c | 101 argument = format_single_from_target(item, args_string(args, 0)); in cmd_set_option_exec() 126 expanded = format_single_from_target(item, value); in cmd_set_option_exec()
|
H A D | cmd-rename-window.c | 53 newname = format_single_from_target(item, args_string(args, 0)); in cmd_rename_window_exec()
|
H A D | cmd-rename-session.c | 54 tmp = format_single_from_target(item, args_string(args, 0)); in cmd_rename_session_exec()
|
H A D | cmd-set-environment.c | 71 expanded = format_single_from_target(item, value); in cmd_set_environment_exec()
|
H A D | cmd-save-buffer.c | 111 path = format_single_from_target(item, args_string(args, 0)); in cmd_save_buffer_exec()
|
H A D | cmd-display-menu.c | 323 title = format_single_from_target(item, args_get(args, 'T')); in cmd_display_menu_exec() 455 cwd = format_single_from_target(item, value); in cmd_display_popup_exec() 481 title = format_single_from_target(item, args_get(args, 'T')); in cmd_display_popup_exec()
|
H A D | cmd-load-buffer.c | 108 path = format_single_from_target(item, args_string(args, 0)); in cmd_load_buffer_exec()
|
H A D | arguments.c | 790 state->cmd = format_single_from_target(item, cmd); in args_make_commands_prepare() 951 formatted = format_single_from_target(item, value->string); in args_strtonum_and_expand() 1068 f = format_single_from_target(item, copy); in args_string_percentage_and_expand() 1086 f = format_single_from_target(item, value); in args_string_percentage_and_expand()
|
H A D | cmd-if-shell.c | 86 shellcmd = format_single_from_target(item, args_string(args, 0)); in cmd_if_shell_exec()
|
H A D | cmd-source-file.c | 198 expanded = format_single_from_target(item, path); in cmd_source_file_exec()
|
H A D | cmd-show-options.c | 101 argument = format_single_from_target(item, args_string(args, 0)); in cmd_show_options_exec()
|
H A D | cmd-select-pane.c | 213 title = format_single_from_target(item, args_get(args, 'T')); in cmd_select_pane_exec()
|
H A D | cmd-run-shell.c | 136 cdata->cmd = format_single_from_target(item, cmd); in cmd_run_shell_exec()
|
H A D | tmux.h | 2268 char *format_single_from_target(struct cmdq_item *, const char *);
|
H A D | format.c | 5070 format_single_from_target(struct cmdq_item *item, const char *fmt) in format_single_from_target() function
|