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