Home
last modified time | relevance | path

Searched refs:make_filter_cmd (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro10 char_u *make_filter_cmd(char_u *cmd, char_u *itmp, char_u *otmp);
/vim-8.2.3635/src/
H A Dex_cmds.c1167 cmd_buf = make_filter_cmd(cmd, itmp, otmp); in do_filter()
1548 make_filter_cmd( in make_filter_cmd() function
H A Dmisc1.c2287 command = make_filter_cmd(cmd, infile, tempname); in get_cmd_output()