Home
last modified time | relevance | path

Searched refs:WACS_HLINE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/lib/libcurses/
Dline.c228 cc.vals[0] = WACS_HLINE->vals[0]; in whline_set()
229 cc.attributes |= WACS_HLINE->attributes; in whline_set()
Dacs.c174 WACS_HLINE->vals[0] = ( wchar_t )btowc( '-' ); in __init_wacs()
222 WACS_HLINE->vals[0] = 0x2500; in __init_wacs()
Dborder.c177 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()
Dcurses.h352 #define WACS_HLINE (&_wacs_char[(unsigned char)'q']) macro