Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dcmd-set-option.c101 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 Dcmd-rename-window.c53 newname = format_single_from_target(item, args_string(args, 0)); in cmd_rename_window_exec()
H A Dcmd-rename-session.c54 tmp = format_single_from_target(item, args_string(args, 0)); in cmd_rename_session_exec()
H A Dcmd-set-environment.c71 expanded = format_single_from_target(item, value); in cmd_set_environment_exec()
H A Dcmd-save-buffer.c111 path = format_single_from_target(item, args_string(args, 0)); in cmd_save_buffer_exec()
H A Dcmd-display-menu.c323 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 Dcmd-load-buffer.c108 path = format_single_from_target(item, args_string(args, 0)); in cmd_load_buffer_exec()
H A Darguments.c790 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 Dcmd-if-shell.c86 shellcmd = format_single_from_target(item, args_string(args, 0)); in cmd_if_shell_exec()
H A Dcmd-source-file.c198 expanded = format_single_from_target(item, path); in cmd_source_file_exec()
H A Dcmd-show-options.c101 argument = format_single_from_target(item, args_string(args, 0)); in cmd_show_options_exec()
H A Dcmd-select-pane.c213 title = format_single_from_target(item, args_get(args, 'T')); in cmd_select_pane_exec()
H A Dcmd-run-shell.c136 cdata->cmd = format_single_from_target(item, cmd); in cmd_run_shell_exec()
H A Dtmux.h2268 char *format_single_from_target(struct cmdq_item *, const char *);
H A Dformat.c5070 format_single_from_target(struct cmdq_item *item, const char *fmt) in format_single_from_target() function