Home | History | Annotate | Download | only in libcurses

Lines Matching defs:wcp

127 	cchar_t *wcp;
143 wcp = wchstr;
147 wcp->vals[0] = start->ch;
148 wcp->attributes = start->attr;
149 wcp->elements = 1;
153 wcp->vals[wcp->elements++] = np->ch;
157 wcp++;
163 wcp->vals[0] = L'\0';
164 wcp->elements = 1;
165 wcp->attributes = win->wattr;