Searched refs:otmp (Results 1 – 2 of 2) sorted by relevance
1063 char_u *otmp = NULL; in do_filter() local1222 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 …]
10 char_u *make_filter_cmd(char_u *cmd, char_u *itmp, char_u *otmp);