Lines Matching refs:word
56 const char **word;
59 for (word = words; *word != NULL; word++)
70 const char **word;
79 for (word = words, i = 0; *word != NULL; word++, i++) {
89 word_acum(const char *word, void *data)
93 strcat(acum, word);
100 word_count(const char *word ATF_DEFS_ATTRIBUTE_UNUSED, void *data)
116 word_fail_at(const char *word ATF_DEFS_ATTRIBUTE_UNUSED, void *data)