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

  /xsrc/external/mit/xterm/dist/
ptyx.h 1490 # define NUM_ANSI_COLORS 256
1492 # define NUM_ANSI_COLORS 88
1494 # define NUM_ANSI_COLORS MIN_ANSI_COLORS
1497 #define okIndexedColor(n) ((n) >= 0 && (n) < NUM_ANSI_COLORS)
1499 #if NUM_ANSI_COLORS > MIN_ANSI_COLORS
1505 #define COLOR_BD (NUM_ANSI_COLORS) /* BOLD */
1506 #define COLOR_UL (NUM_ANSI_COLORS+1) /* UNDERLINE */
1507 #define COLOR_BL (NUM_ANSI_COLORS+2) /* BLINK */
1508 #define COLOR_RV (NUM_ANSI_COLORS+3) /* REVERSE */
1511 #define COLOR_IT (NUM_ANSI_COLORS+4) /* ITALIC *
    [all...]
misc.c 2645 (opcode == 5) ? (colornum - NUM_ANSI_COLORS) : colornum,
3151 for (n = NUM_ANSI_COLORS - 1; n >= 0; --n) {
4174 ansi_colors = NUM_ANSI_COLORS;
4234 ansi_colors = NUM_ANSI_COLORS;
5123 unparseputn(xw, (unsigned) NUM_ANSI_COLORS);
charproc.c 2175 *colorp, NUM_ANSI_COLORS,
11030 NUM_ANSI_COLORS - 1));
11042 if (i >= MIN_ANSI_COLORS && i < NUM_ANSI_COLORS) {

Completed in 14 milliseconds