Searched refs:s_w (Results 1 – 1 of 1) sorted by relevance
136 char *s_w = short_words; in build_strings() local179 if (*s_w == '\000') { in build_strings()181 s_w++; in build_strings()184 (void) strcpy(w, s_w); in build_strings()185 w += (len = strlen(s_w) + 1); in build_strings()186 s_w += len; in build_strings()