Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
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 …]
/netbsd-src/bin/csh/
H A Dfile.c652 Char *str_end, *word_start, last_Char, should_retype; in tenex() local
673 for (word_start = str_end; word_start > inputline; --word_start) in tenex()
674 if (Strchr(delims, word_start[-1])) in tenex()
676 space_left = inputline_size - (size_t)(word_start - inputline) - 1; in tenex()
677 numitems = tsearch(word_start, command, space_left); in tenex()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dchew.c1099 char *word_start; in nextword() local
1125 word_start = string; in nextword()
1153 src = word_start; in nextword()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dchew.c1128 char *word_start; in nextword() local
1154 word_start = string; in nextword()
1182 src = word_start; in nextword()
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c1058 char *word_start=0; in func_strip() local
1062 word_start = p; in func_strip()
1067 o = variable_buffer_output (o, word_start, i); in func_strip()