Home
last modified time | relevance | path

Searched refs:WACS_LARROW (Results 1 – 2 of 2) sorted by relevance

/netbsd/lib/libcurses/
H A Dacs.c165 WACS_LARROW->vals[0] = ( wchar_t )btowc( '<' ); in __init_wacs()
192 WACS_LARROW->vals[0] = 0x2190; in __init_wacs()
H A Dcurses.h337 #define WACS_LARROW (&_wacs_char[(unsigned char)',']) macro