Home
last modified time | relevance | path

Searched refs:expand_env (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/src/
H A Dnbdebug.c120 expand_env((char_u *) file, (char_u *) buf, BUFSIZ); in lookup()
H A Dif_cscope.c495 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 Dos_vms.c461 expand_env(pat[i],buf,MAXPATHL); in mch_expand_wildcards()
H A Dviminfo.c120 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 Dmemline.c1389 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 Dfilepath.c2741 expand_env(s1, exp1, MAXPATHL); in fullpathcmp()
2779 expand_env(s1, exp1, MAXPATHL); in fullpathcmp()
H A Dmark.c509 expand_env((char_u *)"~/", NameBuff, MAXPATHL); in fname2fnum()
H A Dmisc1.c1318 expand_env( in expand_env() function
H A Dgui_gtk.c268 expand_env(iconfile, dest, MAXPATHL); in lookup_menu_iconfile()
H A Dgetchar.c1471 expand_env(name, NameBuff, MAXPATHL); in openscript()
H A Dif_mzsch.c1439 expand_env((char_u *)pinfo->name, (char_u *)file, MAXPATHL); in do_load()
H A Dfileio.c5146 expand_env((char_u *)tempdirs[i], itmp, TEMPNAMELEN - 20); in vim_tempname()
H A Dgui.c5147 expand_env(name, buffer, MAXPATHL); in gui_find_iconfile()
H A Dquickfix.c931 expand_env(rmp->startp[midx], fields->namebuf, CMDBUFFSIZE); in qf_parse_fmt_f()
H A Dex_docmd.c7377 expand_env((char_u *)"$HOME", NameBuff, MAXPATHL); in changedir_func()
/vim-8.2.3635/src/proto/
H A Dmisc1.pro30 void expand_env(char_u *src, char_u *dst, int dstlen);
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt649 - Expand environment variables with expand_env(), instead of calling the
H A Dversion7.txt5530 Solution: Change the call to expand_env().