Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_color.c99 #define MAX_PALETTE 8 macro
102 #define InPalette(n) ((n) >= 0 && (n) < MAX_PALETTE)
235 SP_PARM->_color_table[n] = tp[n % MAX_PALETTE]; in init_color_table()
/openbsd/src/lib/libcurses/tinfo/
Dtinfo_driver.c762 #define MAX_PALETTE 8 macro
763 #define InPalette(n) ((n) >= 0 && (n) < MAX_PALETTE)