Home
last modified time | relevance | path

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

/netbsd/lib/libcurses/
H A Dacs.c177 WACS_VLINE->vals[0] = ( wchar_t )btowc( '|' ); in __init_wacs()
236 WACS_VLINE->vals[0] = 0x2502; in __init_wacs()
H A Dline.c290 cc.vals[0] = WACS_VLINE->vals[0]; in wvline_set()
291 cc.attributes |= WACS_VLINE->attributes; in wvline_set()
H A Dborder.c172 S(left, ls, WACS_VLINE); in wborder()
173 S(right, rs, WACS_VLINE); in wborder()
211 memcpy(&left, WACS_VLINE, sizeof(cchar_t)); in wborder_set()
215 memcpy(&right, WACS_VLINE, sizeof(cchar_t)); in wborder_set()
H A Dcurses.h359 #define WACS_VLINE (&_wacs_char[(unsigned char)'x']) macro