Searched refs:vim_getenv (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | misc1.pro | 32 char_u *vim_getenv(char_u *name, int *mustfree);
|
| /vim-8.2.3635/src/ |
| H A D | locale.c | 251 p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree); in init_locale()
|
| H A D | misc1.c | 1430 var = vim_getenv(dst, &mustfree); in expand_env_esc() 1657 vim_getenv(char_u *name, int *mustfree) in vim_getenv() function
|
| H A D | help.c | 789 rt = vim_getenv((char_u *)"VIMRUNTIME", &mustfree); in fix_help_buffer()
|
| H A D | if_mzsch.c | 1045 s = vim_getenv((char_u *)"PLTCOLLECTS", &mustfree); in startup_mzscheme() 1102 s = vim_getenv((char_u *)"PLTCONFIGDIR", &mustfree); in startup_mzscheme()
|
| H A D | option.c | 160 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 D | typval.c | 2084 string = vim_getenv(name, &mustfree); in eval_env_var()
|
| H A D | cmdexpand.c | 2337 path = vim_getenv((char_u *)"PATH", &mustfree); in expand_shellcmd()
|
| H A D | viminfo.c | 112 if (STRCMP(vim_getenv((char_u *)"HOME", NULL), "C:/") == 0 in viminfo_filename()
|
| H A D | evalvars.c | 1353 char_u *s = vim_getenv(name, &mustfree); in ex_let_one()
|
| H A D | gui_haiku.cc | 2800 char_u* runtimePath = vim_getenv((char_u*)"VIMRUNTIME", &mustfree); in LoadVimBitmap()
|
| H A D | evalfunc.c | 4469 p = vim_getenv(tv_get_string(&argvars[0]), &mustfree); in f_getenv()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 3944 Solution: Use mch_getenv() instead of vim_getenv().
|
| H A D | version7.txt | 10659 Solution: Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
|
| H A D | version8.txt | 20853 Solution: Use vim_getenv() but check it's returning the default "C:/".
|