Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dutil-strings.c40 next_word(const char **state, size_t *len, const char *separators) in next_word() function
84 while (next_word(&s, &l, separators) != NULL) in strv_from_string()
96 while ((word = next_word(&s, &l, separators)) != NULL) { in strv_from_string()