HomeSort by relevance Sort by last modified time
    Searched refs:COLOUR_PAIRS (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/hci/mucurses/
colour.c 10 static struct colour_pair cpairs[COLOUR_PAIRS] = {
40 if ( ( pair < 1 ) || ( pair >= COLOUR_PAIRS ) )
59 if ( ( pair < 0 ) || ( pair >= COLOUR_PAIRS ) )
winattrs.c 126 if ( ( unsigned short )colour_pair_number > COLOUR_PAIRS )
  /external/syslinux/gpxe/src/include/
curses.h 142 #define COLOUR_PAIRS 8 /* Arbitrary limit */
143 #define COLOR_PAIRS COLOUR_PAIRS

Completed in 63 milliseconds