Home
last modified time | relevance | path

Searched refs:vim_getenv (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc1.pro32 char_u *vim_getenv(char_u *name, int *mustfree);
/vim-8.2.3635/src/
H A Dlocale.c251 p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree); in init_locale()
H A Dmisc1.c1430 var = vim_getenv(dst, &mustfree); in expand_env_esc()
1657 vim_getenv(char_u *name, int *mustfree) in vim_getenv() function
H A Dhelp.c789 rt = vim_getenv((char_u *)"VIMRUNTIME", &mustfree); in fix_help_buffer()
H A Dif_mzsch.c1045 s = vim_getenv((char_u *)"PLTCOLLECTS", &mustfree); in startup_mzscheme()
1102 s = vim_getenv((char_u *)"PLTCONFIGDIR", &mustfree); in startup_mzscheme()
H A Doption.c160 p = vim_getenv((char_u *)names[n], &mustfree); in set_init_1()
234 cdpath = vim_getenv((char_u *)"CDPATH", &mustfree); in set_init_1()
6900 p = vim_getenv(envname, &dofree); in vimrc_found()
H A Dtypval.c2084 string = vim_getenv(name, &mustfree); in eval_env_var()
H A Dcmdexpand.c2337 path = vim_getenv((char_u *)"PATH", &mustfree); in expand_shellcmd()
H A Dviminfo.c112 if (STRCMP(vim_getenv((char_u *)"HOME", NULL), "C:/") == 0 in viminfo_filename()
H A Devalvars.c1353 char_u *s = vim_getenv(name, &mustfree); in ex_let_one()
H A Dgui_haiku.cc2800 char_u* runtimePath = vim_getenv((char_u*)"VIMRUNTIME", &mustfree); in LoadVimBitmap()
H A Devalfunc.c4469 p = vim_getenv(tv_get_string(&argvars[0]), &mustfree); in f_getenv()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt3944 Solution: Use mch_getenv() instead of vim_getenv().
H A Dversion7.txt10659 Solution: Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
H A Dversion8.txt20853 Solution: Use vim_getenv() but check it's returning the default "C:/".