Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c62 #define my_select _nc_globals.traceatr_color_sel macro
70 my_select = !my_select; in color_of()
72 _nc_STRCPY(my_buffer[my_select], "default", in color_of()
73 COLOR_BUF_SIZE(my_select)); in color_of()
75 _nc_SPRINTF(my_buffer[my_select], in color_of()
76 _nc_SLIMIT(COLOR_BUF_SIZE(my_select)) in color_of()
79 return my_buffer[my_select]; in color_of()
83 #undef my_select