Home
last modified time | relevance | path

Searched refs:__CTRACE_COLOR (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libcurses/
H A Dcolor.c152 __CTRACE(__CTRACE_COLOR, " (ANSI style)\n"); in start_color()
155 __CTRACE(__CTRACE_COLOR, " (HP style)\n"); in start_color()
158 __CTRACE(__CTRACE_COLOR, " (Tektronics style)\n"); in start_color()
161 __CTRACE(__CTRACE_COLOR, " (Other style)\n"); in start_color()
411 __CTRACE(__CTRACE_COLOR, "init_color: %d, %d, %d, %d\n", in init_color()
445 __CTRACE(__CTRACE_COLOR, "use_default_colors\n"); in use_default_colors()
459 __CTRACE(__CTRACE_COLOR, in assume_default_colors()
592 __CTRACE(__CTRACE_COLOR, "__unset_color\n"); in __unset_color()
649 __CTRACE(__CTRACE_COLOR, "__change_pair: win = %p\n", in __change_pair()
656 __CTRACE(__CTRACE_COLOR, in __change_pair()
[all …]
H A Dcurses_private.h319 #define __CTRACE_COLOR 0x00000040 macro
H A Dattributes.c223 __CTRACE(__CTRACE_COLOR, "wolor_set: win %p, pair %d\n", win, pair); in wcolor_set()