Searched refs:next_path (Results 1 – 1 of 1) sorted by relevance
1493 char_u *path, *next_path, *ptr; in expand_env_esc() local1497 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()