Home
last modified time | relevance | path

Searched refs:expand_env_esc (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc1.pro31 void expand_env_esc(char_u *srcp, char_u *dst, int dstlen, int esc, int one, char_u *startstr);
/vim-8.2.3635/src/
H A Dmisc1.c1307 expand_env_esc(src, p, MAXPATHL, FALSE, one, NULL); in expand_env_save_opt()
1323 expand_env_esc(src, dst, dstlen, FALSE, FALSE, NULL); in expand_env()
1327 expand_env_esc( in expand_env_esc() function
H A Dfindfile.c1746 expand_env_esc(ptr, NameBuff, MAXPATHL, FALSE, TRUE, NULL); in find_file_in_path_option()
H A Doption.c2388 expand_env_esc(val, NameBuff, MAXPATHL, in option_expand()
H A Dex_docmd.c4917 expand_env_esc(eap->arg, NameBuff, MAXPATHL, in expand_filename()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2368 Turn "esc" argument of expand_env_esc() into string of chars to be escaped.