Home
last modified time | relevance | path

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

/netbsd/lib/libcurses/
H A Dacs.c98 ACS_NEQUAL = '!'; in __init_acs()
251 ACS_NEQUAL = '|' | __ACS_IS_WACS; in __init_wacs()
H A Dcurses.h328 #define ACS_NEQUAL _acs_char[__UC_CAST('|')] macro