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

  /src/lib/libcurses/
color.c 40 /* Have we initialised colours? */
51 /* Flags for colours and pairs */
62 * Check if terminal has colours.
78 * Check if terminal can change colours.
102 /* Max colours and colour pairs */
196 /* Set up initial 8 colours */
197 #define RGB_ON 680 /* Allow for bright colours */
215 /* Initialise other colours */
217 _cursesi_screen->colours[i].red = 0;
218 _cursesi_screen->colours[i].green = 0
    [all...]
curses_private.h 179 /* Maximum colours */
239 struct __color colours[MAX_COLORS]; member in struct:__screen
  /src/games/sail/
pl_4.c 98 if ((tolower((unsigned char)c) == *buf || colours(sp) == *buf)
misc.c 179 colours(struct ship *sp) function in typeref:typename:int
extern.h 307 int colours(struct ship *);
pl_7.c 583 waddch(view_w, colours(sp));
761 colours(ms),
sync.c 178 ship->shipname, colours(ship), sterncolour(ship));
  /src/sys/arch/atari/stand/bootpref/
bootpref.c 299 "\t[-c colours] [-n] [-p] [-t] [-v] [-4] [-8]\n"
596 u_char colours; local in function:showVideo2
598 colours = vid2 & 0x07;
600 switch (colours) {
617 printf (" colours, ");
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-b3.dts 113 * There is one LED "port" on the front and the colours
  /src/tests/lib/libcurses/slave/
curses_commands.c 248 short colours; local in function:cmd_attr_get
253 retval = attr_get(&attrs, &colours, NULL);
258 report_int(colours);

Completed in 19 milliseconds