Home
last modified time | relevance | path

Searched refs:otmp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c1063 char_u *otmp = NULL; in do_filter() local
1222 if (otmp != NULL) in do_filter()
1232 semsg(_(e_notread), otmp); in do_filter()
1342 if (otmp != NULL) in do_filter()
1343 mch_remove(otmp); in do_filter()
1345 vim_free(otmp); in do_filter()
1573 if (otmp != NULL) in make_filter_cmd()
1584 if (itmp != NULL || otmp != NULL) in make_filter_cmd()
1603 if (itmp != NULL || otmp != NULL) in make_filter_cmd()
1643 if (otmp != NULL) in make_filter_cmd()
[all …]
/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);