Home | History | Annotate | Download | only in make

Lines Matching defs:word_start

129 	char *word_start;
149 word_start = words_buf;
164 if (word_start == NULL && str_p[1] == inquote) {
166 word_start = word_end;
169 word_start = word_end + 1;
176 if (word_start == NULL)
177 word_start = word_end;
186 if (word_start == NULL)
194 if (word_start == NULL)
204 Substring_Init(word_start, word_end - 1);
205 word_start = NULL;
223 if (word_start == NULL)
224 word_start = word_end;
258 if (word_start == NULL)
259 word_start = word_end;