Searched refs:word (Results 1 – 2 of 2) sorted by relevance
133 char *word = strtok (toks, delim); in str_word_list() local134 while (word != NULL && n < list->size) in str_word_list()136 if (*word != '\0') in str_word_list()137 list->words[n++] = strdup (word); in str_word_list()138 word = strtok (NULL, delim); in str_word_list()
72 uint64_t word; member79 (i) = gh_u.word; \
Completed in 5 milliseconds