Searched refs:tw_word (Results 1 – 1 of 1) sorted by relevance
52 static const Char *tw_word; /* Current word pointer */ variable851 tw_word = pat; in tw_wl_start()866 if (tw_word == NULL || tw_word[0] == '\0') in tw_wl_next()869 while (*tw_word && Isspace(*tw_word)) tw_word++; in tw_wl_next()871 for (p = tw_word; *tw_word && !Isspace(*tw_word); tw_word++) in tw_wl_next()873 if (tw_word == p) in tw_wl_next()875 Strbuf_appendn(res, p, tw_word - p); in tw_wl_next()876 if (*tw_word) in tw_wl_next()877 tw_word++; in tw_wl_next()