Searched refs:mustfree (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmisc1.c3603 int mustfree; /* var was allocated, need to free it later */ local
3625 mustfree = FALSE;
3680 var = vim_getenv(dst, &mustfree);
3736 mustfree = TRUE;
3764 mustfree = TRUE;
3786 if (mustfree)
3789 mustfree = TRUE;
3803 if (mustfree)
3806 mustfree = TRUE;
3828 if (mustfree)
[all...]
H A Dmark.c752 int mustfree = FALSE; local
785 mustfree = TRUE;
790 if (mustfree)
H A Doption.c3099 int mustfree; local
3104 mustfree = FALSE;
3110 p = vim_getenv((char_u *)names[n], &mustfree);
3125 if (mustfree)
3186 int mustfree = FALSE; local
3189 cdpath = vim_getenv((char_u *)"CDPATH", &mustfree);
3218 if (mustfree)
H A Dmain.c1498 int mustfree = FALSE; local
1507 p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
1513 if (mustfree)
H A Dex_cmds.c5989 int mustfree; local
6049 mustfree = FALSE;
6050 rt = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
6146 if (mustfree)
H A Dex_getln.c4704 int mustfree = FALSE; local
4731 path = vim_getenv((char_u *)"PATH", &mustfree);
4790 if (mustfree)
H A Deval.c2335 int mustfree = FALSE; local
2336 char_u *s = vim_getenv(name, &mustfree);
2341 if (mustfree)
7594 int mustfree = FALSE; local
7606 string = vim_getenv(name, &mustfree);
7609 if (!mustfree)
7614 if (mustfree)
/macosx-10.9.5/vim-53/src/proto/
H A Dmisc1.pro56 char_u *vim_getenv __ARGS((char_u *name, int *mustfree));
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsplint.vim139 syn keyword splintFlag contained mustfree mustfreefresh mustfreeonly mustmod mustnotalias

Completed in 324 milliseconds