Home
last modified time | relevance | path

Searched refs:vimpty_getenv (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mac.h220 # define mch_getenv(x) vimpty_getenv(x)
H A Dproto.h277 extern char_u *vimpty_getenv(const char_u *string); // in misc2.c
H A Dmisc2.c2625 vimpty_getenv(const char_u *string) in vimpty_getenv() function