Lines Matching defs:botleft
52 chtype topright, chtype botleft, chtype botright)
55 botleft, botright);
67 chtype topleft, chtype topright, chtype botleft, chtype botright)
88 if (!(botleft & __CHARTEXT))
89 botleft |= ACS_LLCORNER;
106 __CTRACE(__CTRACE_INPUT, "wborder: botleft = %c, 0x%x\n",
107 botleft & __CHARTEXT, botleft & __ATTRIBUTES);
124 botleft |= (botleft & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
125 botleft |= (botleft & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
155 lp[0].ch = (wchar_t) botleft & __CHARTEXT;
156 lp[0].attr = (attr_t) botleft & __ATTRIBUTES;
181 S(botleft, bl, WACS_LLCORNER);
208 cchar_t left, right, bottom, top, topleft, topright, botleft, botright;
239 memcpy(&botleft, bl, sizeof(cchar_t));
241 memcpy(&botleft, WACS_LLCORNER, sizeof(cchar_t));
260 __CTRACE(__CTRACE_INPUT, "wborder_set: botleft = %c, 0x%x\n",
261 botleft.vals[0], botleft.attributes );
290 botleft.attributes |= (botleft.attributes & __COLOR) ?
292 botleft.attributes |= (botleft.attributes & __COLOR) ?
402 blcw = wcwidth(botleft.vals[0]);
564 win->alines[endy]->line[i].ch = botleft.vals[0];
566 win->alines[endy]->line[i].attr = botleft.attributes;
580 if (botleft.elements > 1) {
581 for (k = 1; k < botleft.elements; k++) {
585 np->ch = botleft.vals[ k ];