Home
last modified time | relevance | path

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

/dports/devel/ncurses/ncurses-6.3/test/
H A Dncurses.c3612 AddCh(colored_chtype(code, attr, pair)); in show_256_chars()
3652 echochar(colored_chtype(code, attr, pair)); in show_upper_chars()
3722 colored_chtype(ACS_VLINE, attr, pair), in show_box_chars()
3723 colored_chtype(ACS_VLINE, attr, pair), in show_box_chars()
3724 colored_chtype(ACS_HLINE, attr, pair), in show_box_chars()
3725 colored_chtype(ACS_HLINE, attr, pair), in show_box_chars()
3726 colored_chtype(ACS_ULCORNER, attr, pair), in show_box_chars()
3727 colored_chtype(ACS_URCORNER, attr, pair), in show_box_chars()
3728 colored_chtype(ACS_LLCORNER, attr, pair), in show_box_chars()
3729 colored_chtype(ACS_LRCORNER, attr, pair)); in show_box_chars()
[all …]
H A Dtest.priv.h801 #define colored_chtype(ch, attr, pair) \ macro