Searched refs:exp_str (Results 1 – 1 of 1) sorted by relevance
162 static const char *get_next_word(const char *exp_str, const char **wordbegin, int *wordlen) in get_next_word() argument164 const char * ch = exp_str; in get_next_word()169 if (exp_str == NULL || exp_str[0] == '\0') { in get_next_word()236 while (word > exp_str && is_space(*word)) { in get_next_word()
Completed in 3 milliseconds