HomeSort by: relevance | last modified time | path
    Searched refs:format_single_from_target (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-rename-window.c 53 newname = format_single_from_target(item, args_string(args, 0));
cmd-rename-session.c 54 tmp = format_single_from_target(item, args_string(args, 0));
cmd-save-buffer.c 110 path = format_single_from_target(item, args_string(args, 0));
cmd-set-environment.c 71 expanded = format_single_from_target(item, value);
cmd-load-buffer.c 108 path = format_single_from_target(item, args_string(args, 0));
cmd-set-option.c 101 argument = format_single_from_target(item, args_string(args, 0));
126 expanded = format_single_from_target(item, value);
cmd-if-shell.c 86 shellcmd = format_single_from_target(item, args_string(args, 0));
cmd-display-menu.c 322 title = format_single_from_target(item, args_get(args, 'T'));
445 cwd = format_single_from_target(item, value);
487 title = format_single_from_target(item, args_get(args, 'T'));
arguments.c 790 state->cmd = format_single_from_target(item, cmd);
951 formatted = format_single_from_target(item, value->string);
1068 f = format_single_from_target(item, copy);
1086 f = format_single_from_target(item, value);
cmd-select-pane.c 215 title = format_single_from_target(item, args_get(args, 'T'));
cmd-show-options.c 100 argument = format_single_from_target(item, args_string(args, 0));
cmd-source-file.c 207 expanded = format_single_from_target(item, path);
cmd-run-shell.c 136 cdata->cmd = format_single_from_target(item, cmd);
tmux.h 2356 char *format_single_from_target(struct cmdq_item *, const char *);
format.c 5717 format_single_from_target(struct cmdq_item *item, const char *fmt) function

Completed in 40 milliseconds