Lines Matching defs:wch
348 const cchar_t *wch, int char_interp)
364 switch (wch->vals[0]) {
414 if (!wcwidth(wch->vals[0])) {
417 wch->vals[0]);
423 for (i = 0; i < wch->elements; i++) {
426 np->ch = wch->vals[i];
480 cw = wcwidth(wch->vals[0]);
521 *y, *x, wch->vals[0]);
532 lp->ch = wch->vals[0];
535 attributes = (win->wattr | wch->attributes)
537 if (wch->attributes & __COLOR)
538 attributes |= wch->attributes & __COLOR;
552 if (wch->elements > 1) {
553 for (i = 1; i < wch->elements; i++) {
557 np->ch = wch->vals[i];
579 tp->ch = wch->vals[0];