Lines Matching defs:botright
52 chtype topright, chtype botleft, chtype botright)
55 botleft, botright);
67 chtype topleft, chtype topright, chtype botleft, chtype botright)
90 if (!(botright & __CHARTEXT))
91 botright |= ACS_LRCORNER;
108 __CTRACE(__CTRACE_INPUT, "wborder: botright = %c, 0x%x\n",
109 botright & __CHARTEXT, botright & __ATTRIBUTES);
126 botright |= (botright & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
127 botright |= (botright & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
157 lp[endx].ch = (wchar_t) botright & __CHARTEXT;
158 lp[endx].attr = (attr_t) botright & __ATTRIBUTES;
182 S(botright, br, WACS_LRCORNER);
208 cchar_t left, right, bottom, top, topleft, topright, botleft, botright;
243 memcpy(&botright, br, sizeof(cchar_t));
245 memcpy(&botright, WACS_LRCORNER, sizeof(cchar_t));
262 __CTRACE(__CTRACE_INPUT, "wborder_set: botright = %c, 0x%x\n",
263 botright.vals[0], botright.attributes );
294 botright.attributes |= (botright.attributes & __COLOR) ?
296 botright.attributes |= (botright.attributes & __COLOR) ?
408 brcw = wcwidth(botright.vals[0]);
593 win->alines[endy]->line[i].ch = botright.vals[0];
595 win->alines[endy]->line[i].attr = botright.attributes;
607 if (botright.elements > 1) {
608 for (k = 1; k < botright.elements; k++){
612 np->ch = botright.vals[k];