Home
last modified time | relevance | path

Searched refs:word_start (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dstr.c129 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()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.file.c696 Char *str_end, *word_start, last_Char, should_retype; in tenex() local
718 for (word_start = str_end; word_start > inputline; --word_start) in tenex()
719 if (Strchr(delims, word_start[-1])) in tenex()
721 space_left = inputline_size - (word_start - inputline) - 1; in tenex()
722 numitems = tsearch(word_start, command, space_left); in tenex()
H A Dtw.parse.c162 Char *word_start; in tenematch() local
172 word_start = inputline; in tenematch()
185 oword_start = word_start; in tenematch()
187 word_start = cp + 1; in tenematch()
192 word_start = oword_start; in tenematch()
215 word = qline.len, word_start = cp + 1; in tenematch()
331 insert_meta(word_start, str_end, qline.s + word, !qu) < 0) in tenematch()
339 for (bptr = word_start; bptr < str_end; bptr++) { in tenematch()
372 if (insert_meta(word_start, str_end, qline.s + word, !qu) < 0) in tenematch()
399 DeleteBack(str_end - word_start);/* get rid of old word */ in tenematch()
[all …]