Home | History | Annotate | Download | only in msgc

Lines Matching refs:wstart

164 	const char *wstart, *afterw;
183 for (wstart = afterw = cbuffer; *wstart; wstart = afterw) {
193 if (*wstart == '\n') {
216 if (*wstart == '\t') {
234 last_i_was_space = isspace((unsigned char)*wstart);
240 * characters. wstart is now the start of the word,
243 wordlen = afterw - wstart;
256 waddbytes(msg_win, wstart, wordlen);