Searched refs:cmd_template_replace (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | arguments.c | 351 s = cmd_template_replace(expanded, argv[i], i + 1); in args_copy_copy_value() 827 new_cmd = cmd_template_replace(cmd, argv[i], i + 1); in args_make_commands()
|
| D | cmd.c | 830 cmd_template_replace(const char *template, const char *s, int idx) in cmd_template_replace() function
|
| D | mode-tree.c | 1293 command = cmd_template_replace(template, name, 1); in mode_tree_run_command()
|
| D | tmux.h | 2635 char *cmd_template_replace(const char *, const char *, int);
|