HomeSort by: relevance | last modified time | path
    Searched defs:Words (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
str.h 59 /* The result of splitting a string into words. */
60 typedef struct Words {
61 char **words; member in struct:Words
64 } Words;
66 /* The result of splitting a string into words. */
68 Substring *words; member in struct:SubstringWords
302 Words Str_Words(const char *, bool);
305 Words_Free(Words w)
307 free(w.words);
317 w->words = NULL
    [all...]
str.h 59 /* The result of splitting a string into words. */
60 typedef struct Words {
61 char **words; member in struct:Words
64 } Words;
66 /* The result of splitting a string into words. */
68 Substring *words; member in struct:SubstringWords
302 Words Str_Words(const char *, bool);
305 Words_Free(Words w)
307 free(w.words);
317 w->words = NULL
    [all...]

Completed in 20 milliseconds