Lines Matching refs:Words
59 /* The result of splitting a string into words. */60 typedef struct Words {61 char **words;64 } Words;66 /* The result of splitting a string into words. */68 Substring *words;302 Words Str_Words(const char *, bool);305 Words_Free(Words w)307 free(w.words);317 w->words = NULL;325 free(w.words);
Indexes created Mon Oct 20 05:10:11 GMT 2025