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

/freebsd-11-stable/contrib/tcsh/
H A Dtw.parse.c162 Char *word_start; local
172 word_start = inputline;
185 oword_start = word_start;
187 word_start = cp + 1;
192 word_start = oword_start;
215 word = qline.len, word_start = cp + 1;
331 insert_meta(word_start, str_end, qline.s + word, !qu) < 0)
339 for (bptr = word_start; bptr < str_end; bptr++) {
372 if (insert_meta(word_start, str_end, qline.s + word, !qu) < 0)
399 DeleteBack(str_end - word_start);/* ge
[all...]
/freebsd-11-stable/lib/libedit/
H A Dfilecomplete.c615 const Char *word_start = buffer; local
621 word_start = buffer + 1;
624 return word_start;
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c1128 char *word_start; local
1151 word_start = string;
1179 src = word_start;

Completed in 102 milliseconds