Lines Matching defs:wch
151 void mvwaddwch(WINDOW *w, int y, int x, wchar_t wch)
155 ws[0] = wch;
166 wchar_t wch;
175 if (mbtowc(&wch, mbstring, mb_cur_max) < 0)
177 w = (wch == L'\t') ? TABSIZE : wcwidth(wch);
179 if (w > 1 && wch != L'\t')
197 wchar_t wch;
205 if (mbtowc(&wch, mbstring, mb_cur_max) < 0)
207 w = (wch == L'\t') ? TABSIZE : wcwidth(wch);