Home | History | Annotate | Download | only in make

Lines Matching refs:Words

682  * Break a line of arguments into words and parse them.
690 Words words;
707 words = Str_Words(buf, true);
708 if (words.words == NULL) {
715 MainParseArgs((int)words.len, words.words);
718 Words_Free(words);
784 * Splits str into words (in-place, modifying it), adding them to the list.