HomeSort by: relevance | last modified time | path
    Searched defs:word_start (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
str.c 129 char *word_start; local in function:Substring_Words
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)
    [all...]
str.c 129 char *word_start; local in function:Substring_Words
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)
    [all...]
  /src/bin/csh/
file.c 652 Char *str_end, *word_start, last_Char, should_retype; local in function:tenex
673 for (word_start = str_end; word_start > inputline; --word_start)
674 if (Strchr(delims, word_start[-1]))
676 space_left = inputline_size - (size_t)(word_start - inputline) - 1;
677 numitems = tsearch(word_start, command, space_left);
file.c 652 Char *str_end, *word_start, last_Char, should_retype; local in function:tenex
673 for (word_start = str_end; word_start > inputline; --word_start)
674 if (Strchr(delims, word_start[-1]))
676 space_left = inputline_size - (size_t)(word_start - inputline) - 1;
677 numitems = tsearch(word_start, command, space_left);

Completed in 27 milliseconds