Searched refs:expand_env (Results 1 – 18 of 18) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | nbdebug.c | 120 expand_env((char_u *) file, (char_u *) buf, BUFSIZ); in lookup()
|
| H A D | if_cscope.c | 495 expand_env((char_u *)arg1, (char_u *)fname, MAXPATHL); in cs_add_common() 522 expand_env((char_u *)arg2, (char_u *)ppath, MAXPATHL); in cs_add_common() 866 expand_env((char_u *)p_csprg, (char_u *)prog, MAXPATHL); in cs_create_connection() 883 expand_env((char_u *)csinfo[i].ppath, (char_u *)ppath, MAXPATHL); in cs_create_connection()
|
| H A D | os_vms.c | 461 expand_env(pat[i],buf,MAXPATHL); in mch_expand_wildcards()
|
| H A D | viminfo.c | 120 expand_env((char_u *)"$VIM", NameBuff, MAXPATHL); in viminfo_filename() 130 expand_env(file, NameBuff, MAXPATHL); in viminfo_filename() 360 expand_env(xline, NameBuff, MAXPATHL); in read_viminfo_bufferlist()
|
| H A D | memline.c | 1389 expand_env(b0p->b0_fname, NameBuff, MAXPATHL); in ml_recover() 4952 expand_env(b0.b0_fname, NameBuff, MAXPATHL); in findswapname() 4965 expand_env(b0.b0_fname, NameBuff, MAXPATHL); in findswapname()
|
| H A D | filepath.c | 2741 expand_env(s1, exp1, MAXPATHL); in fullpathcmp() 2779 expand_env(s1, exp1, MAXPATHL); in fullpathcmp()
|
| H A D | mark.c | 509 expand_env((char_u *)"~/", NameBuff, MAXPATHL); in fname2fnum()
|
| H A D | misc1.c | 1318 expand_env( in expand_env() function
|
| H A D | gui_gtk.c | 268 expand_env(iconfile, dest, MAXPATHL); in lookup_menu_iconfile()
|
| H A D | getchar.c | 1471 expand_env(name, NameBuff, MAXPATHL); in openscript()
|
| H A D | if_mzsch.c | 1439 expand_env((char_u *)pinfo->name, (char_u *)file, MAXPATHL); in do_load()
|
| H A D | fileio.c | 5146 expand_env((char_u *)tempdirs[i], itmp, TEMPNAMELEN - 20); in vim_tempname()
|
| H A D | gui.c | 5147 expand_env(name, buffer, MAXPATHL); in gui_find_iconfile()
|
| H A D | quickfix.c | 931 expand_env(rmp->startp[midx], fields->namebuf, CMDBUFFSIZE); in qf_parse_fmt_f()
|
| H A D | ex_docmd.c | 7377 expand_env((char_u *)"$HOME", NameBuff, MAXPATHL); in changedir_func()
|
| /vim-8.2.3635/src/proto/ |
| H A D | misc1.pro | 30 void expand_env(char_u *src, char_u *dst, int dstlen);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 649 - Expand environment variables with expand_env(), instead of calling the
|
| H A D | version7.txt | 5530 Solution: Change the call to expand_env().
|