Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc1.c1493 char_u *path, *next_path, *ptr; in expand_env_esc() local
1497 next_path = paths; in expand_env_esc()
1498 while (*next_path) in expand_env_esc()
1500 for (path = next_path; *next_path && *next_path != ','; in expand_env_esc()
1501 next_path++); in expand_env_esc()
1502 if (*next_path) in expand_env_esc()
1503 *next_path++ = NUL; in expand_env_esc()