| /src/games/sail/ |
| misc.c | 179 colours(struct ship *sp) function
|
| /src/sys/arch/atari/stand/bootpref/ |
| bootpref.c | 299 "\t[-c colours] [-n] [-p] [-t] [-v] [-4] [-8]\n" 596 u_char colours; local 598 colours = vid2 & 0x07; 600 switch (colours) { 617 printf (" colours, ");
|
| /src/external/bsd/tmux/dist/ |
| colour.c | 52 * Note that the xterm has much lower resolution for darker colours (they are 405 } colours[] = { local 1001 for (i = 0; i < nitems(colours); i++) { 1002 if (strcasecmp(colours[i].name, name) == 0) 1003 return (colours[i].c|COLOUR_FLAG_RGB); 1138 o = options_get(oo, "pane-colours");
|
| image-sixel.c | 44 u_int *colours; member in struct:sixel_image 211 log_debug("%s: too many colours", __func__); 250 si->colours = xrecallocarray(si->colours, si->ncolours, c + 1, 251 sizeof *si->colours); 254 si->colours[c] = (type << 25) | (c1 << 16) | (c2 << 8) | c3; 373 free(si->colours); 387 log_debug("%s: colour %u is %07x", __func__, i, si->colours[i]); 418 u_int oy, u_int sx, u_int sy, int colours) 477 if (colours && si->ncolours != 0) 576 u_int *colours, ncolours, used_colours, i, c, y; local [all...] |
| tty.c | 2722 /* Copy cell and update default colours. */ 2754 /* Fix up the colours if necessary. */ 2767 * Set the colours. This may call tty_reset() (so it comes next) and 2829 * best solution might be to reset both colours to default, in which 2835 * If don't have AX, send sgr0. This resets both colours to default. 2873 u_int colours; local 2900 /* How many colours does this terminal have? */ 2902 colours = 256; 2904 colours = tty_term_number(tty->term, TTYC_COLORS); 2909 if (colours >= 256 2942 u_int colours; local [all...] |
| /src/lib/libcurses/ |
| curses_private.h | 179 /* Maximum colours */ 239 struct __color colours[MAX_COLORS]; member in struct:__screen
|
| /src/tests/lib/libcurses/slave/ |
| curses_commands.c | 248 short colours; local 253 retval = attr_get(&attrs, &colours, NULL); 258 report_int(colours);
|