Home
last modified time | relevance | path

Searched refs:backslash_halve (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcharset.pro62 void backslash_halve(char_u *p);
/vim-8.2.3635/src/
H A Dcharset.c2063 backslash_halve(char_u *p) in backslash_halve() function
2082 backslash_halve(res); in backslash_halve_save()
H A Dfilepath.c3524 backslash_halve(buf + len + 1); in dos_expandpath()
3756 backslash_halve(buf + len + 1); in unix_expandpath()
H A Dsign.c957 backslash_halve(sp->sn_icon); in sign_define_init_icon()
H A Dos_unix.c7063 backslash_halve(s); in save_patterns()
H A Dex_docmd.c4900 backslash_halve(eap->arg); in expand_filename()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4143 didn't work. Also for user commands. Moved backslash_halve() down to
4531 Could crash when doing file name completion, because of backslash_halve().
4833 dos_expandpath() calling backslash_halve() past the end of a file name.