Lines Matching defs:topright
52 chtype topright, chtype botleft, chtype botright)
54 return wborder(stdscr, left, right, top, bottom, topleft, topright,
67 chtype topleft, chtype topright, chtype botleft, chtype botright)
86 if (!(topright & __CHARTEXT))
87 topright |= ACS_URCORNER;
104 __CTRACE(__CTRACE_INPUT, "wborder: topright = %c, 0x%x\n",
105 topright & __CHARTEXT, topright & __ATTRIBUTES);
122 topright |= (topright & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
123 topright |= (topright & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
153 fp[endx].ch = (wchar_t) topright & __CHARTEXT;
154 fp[endx].attr = (attr_t) topright & __ATTRIBUTES;
180 S(topright, tr, WACS_URCORNER);
208 cchar_t left, right, bottom, top, topleft, topright, botleft, botright;
235 memcpy(&topright, tr, sizeof(cchar_t));
237 memcpy(&topright, WACS_URCORNER, sizeof( cchar_t ));
258 __CTRACE(__CTRACE_INPUT, "wborder_set: topright = %c, 0x%x\n",
259 topright.vals[0], topright.attributes );
286 topright.attributes |= (topright.attributes & __COLOR) ?
288 topright.attributes |= (topright.attributes & __COLOR) ?
405 trcw = wcwidth(topright.vals[0]);
534 win->alines[0]->line[i].ch = topright.vals[0];
536 win->alines[0]->line[i].attr = topright.attributes;
548 if (topright.elements > 1) {
549 for (k = 1; k < topright.elements;k ++)
554 np->ch = topright.vals[k];