Home
last modified time | relevance | path

Searched refs:cmd_template_replace (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/tmux/
Darguments.c351 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()
Dcmd.c830 cmd_template_replace(const char *template, const char *s, int idx) in cmd_template_replace() function
Dmode-tree.c1293 command = cmd_template_replace(template, name, 1); in mode_tree_run_command()
Dtmux.h2635 char *cmd_template_replace(const char *, const char *, int);