Searched refs:the_color_names (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c1811 static NCURSES_CONST char *the_color_names[] = variable
1844 strcpy(temp, the_color_names[color]);
2325 (i < (int) SIZEOF(the_color_names)
2326 ? the_color_names[i] : numeric));

Completed in 87 milliseconds