Searched refs:expand_env_esc (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | misc1.pro | 31 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 D | misc1.c | 1307 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 D | findfile.c | 1746 expand_env_esc(ptr, NameBuff, MAXPATHL, FALSE, TRUE, NULL); in find_file_in_path_option()
|
| H A D | option.c | 2388 expand_env_esc(val, NameBuff, MAXPATHL, in option_expand()
|
| H A D | ex_docmd.c | 4917 expand_env_esc(eap->arg, NameBuff, MAXPATHL, in expand_filename()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 2368 Turn "esc" argument of expand_env_esc() into string of chars to be escaped.
|