Lines Matching defs:word
136 char *buf, *ptr, *word = NULL;150 word = ptr;151 ptr = strpbrk(word," \n\t\r");152 if (!ptr && word < (buf + len)) {163 if (!strlen(word))167 fprintf(stderr, "Found word %s\n", word);173 him->name = strdup(word);181 word = NULL;188 ptr = word;