Searched refs:mustfree (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 1382 mustfree = FALSE; in expand_env_esc() 1483 mustfree = TRUE; in expand_env_esc() 1533 if (mustfree) in expand_env_esc() 1550 if (mustfree) in expand_env_esc() 1575 if (mustfree) in expand_env_esc() 1686 *mustfree = TRUE; in vim_getenv() 1738 *mustfree = TRUE; in vim_getenv() 1751 *mustfree = TRUE; in vim_getenv() 1839 *mustfree = TRUE; in vim_getenv() 1858 *mustfree = TRUE; in vim_getenv() [all …]
|
| H A D | locale.c | 242 int mustfree = FALSE; in init_locale() local 251 p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree); in init_locale() 257 if (mustfree) in init_locale()
|
| H A D | help.c | 715 int mustfree; in fix_help_buffer() local 788 mustfree = FALSE; in fix_help_buffer() 789 rt = vim_getenv((char_u *)"VIMRUNTIME", &mustfree); in fix_help_buffer() 923 if (mustfree) in fix_help_buffer()
|
| H A D | typval.c | 2071 int mustfree = FALSE; in eval_env_var() local 2084 string = vim_getenv(name, &mustfree); in eval_env_var() 2087 if (!mustfree) in eval_env_var() 2092 if (mustfree) in eval_env_var()
|
| H A D | if_mzsch.c | 1038 int mustfree = FALSE; in startup_mzscheme() local 1045 s = vim_getenv((char_u *)"PLTCOLLECTS", &mustfree); in startup_mzscheme() 1050 if (mustfree) in startup_mzscheme() 1095 int mustfree = FALSE; in startup_mzscheme() local 1102 s = vim_getenv((char_u *)"PLTCONFIGDIR", &mustfree); in startup_mzscheme() 1107 if (mustfree) in startup_mzscheme()
|
| H A D | mark.c | 735 int mustfree = FALSE; in show_one_mark() local 758 mustfree = TRUE; in show_one_mark() 780 if (mustfree) in show_one_mark()
|
| H A D | option.c | 142 int mustfree; in set_init_1() local 150 mustfree = FALSE; in set_init_1() 160 p = vim_getenv((char_u *)names[n], &mustfree); in set_init_1() 180 if (mustfree) in set_init_1() 231 int mustfree = FALSE; in set_init_1() local 234 cdpath = vim_getenv((char_u *)"CDPATH", &mustfree); in set_init_1() 263 if (mustfree) in set_init_1()
|
| H A D | cmdexpand.c | 2300 int mustfree = FALSE; in expand_shellcmd() local 2337 path = vim_getenv((char_u *)"PATH", &mustfree); in expand_shellcmd() 2421 if (mustfree) in expand_shellcmd()
|
| H A D | evalvars.c | 1352 int mustfree = FALSE; in ex_let_one() local 1353 char_u *s = vim_getenv(name, &mustfree); in ex_let_one() 1358 if (mustfree) in ex_let_one()
|
| H A D | gui_haiku.cc | 2799 int mustfree = 0; in LoadVimBitmap() local 2800 char_u* runtimePath = vim_getenv((char_u*)"VIMRUNTIME", &mustfree); in LoadVimBitmap() 2807 if (mustfree) in LoadVimBitmap()
|
| H A D | evalfunc.c | 4463 int mustfree = FALSE; in f_getenv() local 4469 p = vim_getenv(tv_get_string(&argvars[0]), &mustfree); in f_getenv() 4476 if (!mustfree) in f_getenv()
|
| /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/runtime/syntax/ |
| H A D | splint.vim | 132 syn keyword splintFlag contained mustfree mustfreefresh mustfreeonly mustmod mustnotalias
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 11349 Solution: Initialize pointers to NULL, correct use of "mustfree". (partly by
|