Searched refs:rem_backslash (Results 1 – 10 of 10) sorted by relevance
61 int rem_backslash(char_u *str);
3385 if (path_end >= path + wildoff && rem_backslash(path_end)) in dos_expandpath()3413 if (rem_backslash(p)) in dos_expandpath()3627 if (path_end >= path + wildoff && rem_backslash(path_end)) in unix_expandpath()3657 if (rem_backslash(p)) in unix_expandpath()
2042 rem_backslash(char_u *str) in rem_backslash() function2066 if (rem_backslash(p)) in backslash_halve()
92 if (vim_strchr(esc_chars, *p) != NULL || (bsl && rem_backslash(p))) in vim_strsave_escaped_ext()109 if (vim_strchr(esc_chars, *p) != NULL || (bsl && rem_backslash(p))) in vim_strsave_escaped_ext()
717 && !rem_backslash(p) in sm_gettail()756 if (rem_backslash(s)) in expand_showtail()
250 if (rem_backslash(str)) in do_one_arg()
2859 if (rem_backslash(p)) in mch_parse_cmd()
900 if ((rem_backslash(s) && xp->xp_context != EXPAND_HELP) in skip_status_match_char()
1535 else if (rem_backslash(p)) in find_pipe()
28685 Solution: Use rem_backslash(). (closes #3517, closes #3404) Add a test.