HomeSort by: relevance | last modified time | path
    Searched refs:MAX_COLORS (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
curses_private.h 180 #define MAX_COLORS 256
239 struct __color colours[MAX_COLORS];
color.c 67 if (max_colors > 0 && max_pairs > 0 &&
103 if (max_colors == -1)
106 COLORS = max_colors > MAX_COLORS ? MAX_COLORS : max_colors;

Completed in 11 milliseconds