Lines Matching defs:topleft
51 border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft,
54 return wborder(stdscr, left, right, top, bottom, topleft, topright,
67 chtype topleft, chtype topright, chtype botleft, chtype botright)
84 if (!(topleft & __CHARTEXT))
85 topleft |= ACS_ULCORNER;
102 __CTRACE(__CTRACE_INPUT, "wborder: topleft = %c, 0x%x\n",
103 topleft & __CHARTEXT, topleft & __ATTRIBUTES);
120 topleft |= (topleft & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
121 topleft |= (topleft & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
151 fp[0].ch = (wchar_t) topleft & __CHARTEXT;
152 fp[0].attr = (attr_t) topleft & __ATTRIBUTES;
179 S(topleft, tl, WACS_ULCORNER);
208 cchar_t left, right, bottom, top, topleft, topright, botleft, botright;
231 memcpy( &topleft, tl, sizeof(cchar_t));
233 memcpy(&topleft, WACS_ULCORNER, sizeof(cchar_t));
256 __CTRACE(__CTRACE_INPUT, "wborder_set: topleft = %c, 0x%x\n",
257 topleft.vals[0], topleft.attributes );
282 topleft.attributes |= (topleft.attributes & __COLOR) ?
284 topleft.attributes |= (topleft.attributes & __COLOR) ?
399 tlcw = wcwidth(topleft.vals[0]);
504 win->alines[0]->line[i].ch = topleft.vals[0];
506 win->alines[0]->line[i].attr = topleft.attributes;
520 if (topleft.elements > 1) {
521 for (k = 1; k < topleft.elements; k++)
526 np->ch = topleft.vals[k];