Home
last modified time | relevance | path

Searched refs:rem_backslash (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcharset.pro61 int rem_backslash(char_u *str);
/vim-8.2.3635/src/
H A Dfilepath.c3385 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()
H A Dcharset.c2042 rem_backslash(char_u *str) in rem_backslash() function
2066 if (rem_backslash(p)) in backslash_halve()
H A Dstrings.c92 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()
H A Dcmdexpand.c717 && !rem_backslash(p) in sm_gettail()
756 if (rem_backslash(s)) in expand_showtail()
H A Darglist.c250 if (rem_backslash(str)) in do_one_arg()
H A Dmisc2.c2859 if (rem_backslash(p)) in mch_parse_cmd()
H A Dscreen.c900 if ((rem_backslash(s) && xp->xp_context != EXPAND_HELP) in skip_status_match_char()
H A Dex_cmds.c1535 else if (rem_backslash(p)) in find_pipe()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt28685 Solution: Use rem_backslash(). (closes #3517, closes #3404) Add a test.