HomeSort by relevance Sort by last modified time
    Searched full:colour_content (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/hci/mucurses/
colour.c 23 int colour_content ( short colour, short *red, short *green, short *blue ) { function
  /external/syslinux/gpxe/src/include/
curses.h 224 extern int colour_content ( short, short *, short *, short * ) __nonnull;
225 #define color_content( c, r, g, b ) colour_content( (c), (r), (g), (b) )

Completed in 109 milliseconds