Searched refs:startstr (Results 1 – 2 of 2) sorted by relevance
1333 char_u *startstr) // start again after this (can be NULL) in expand_env_esc() argument1344 if (startstr != NULL) in expand_env_esc()1345 startstr_len = (int)STRLEN(startstr); in expand_env_esc()1599 if (startstr != NULL && src - startstr_len >= srcp in expand_env_esc()1600 && STRNCMP(src - startstr_len, startstr, in expand_env_esc()
31 void expand_env_esc(char_u *srcp, char_u *dst, int dstlen, int esc, int one, char_u *startstr);