Searched refs:word_start (Results 1 – 5 of 5) sorted by relevance
129 char *word_start; in Substring_Words() local149 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 …]
652 Char *str_end, *word_start, last_Char, should_retype; in tenex() local673 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()
1099 char *word_start; in nextword() local1125 word_start = string; in nextword()1153 src = word_start; in nextword()
1128 char *word_start; in nextword() local1154 word_start = string; in nextword()1182 src = word_start; in nextword()
1058 char *word_start=0; in func_strip() local1062 word_start = p; in func_strip()1067 o = variable_buffer_output (o, word_start, i); in func_strip()