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

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dcolour.c10 static struct colour_pair cpairs[COLOUR_PAIRS] = {
40 if ( ( pair < 1 ) || ( pair >= COLOUR_PAIRS ) )
59 if ( ( pair < 0 ) || ( pair >= COLOUR_PAIRS ) )
H A Dwinattrs.c126 if ( ( unsigned short )colour_pair_number > COLOUR_PAIRS )
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h142 #define COLOUR_PAIRS 8 /* Arbitrary limit */ macro
143 #define COLOR_PAIRS COLOUR_PAIRS

Completed in 47 milliseconds