Searched refs:WACS_HLINE (Results 1 – 4 of 4) sorted by relevance
228 cc.vals[0] = WACS_HLINE->vals[0]; in whline_set()229 cc.attributes |= WACS_HLINE->attributes; in whline_set()
174 WACS_HLINE->vals[0] = ( wchar_t )btowc( '-' ); in __init_wacs()222 WACS_HLINE->vals[0] = 0x2500; in __init_wacs()
177 S(top, ts, WACS_HLINE); in wborder()178 S(bottom, bs, WACS_HLINE); in wborder()225 memcpy( &top, WACS_HLINE, sizeof(cchar_t)); in wborder_set()229 memcpy(&bottom, WACS_HLINE, sizeof(cchar_t)); in wborder_set()
352 #define WACS_HLINE (&_wacs_char[(unsigned char)'q']) macro