Home
last modified time | relevance | path

Searched refs:NUM_ANSI_COLORS (Results 1 – 3 of 3) sorted by relevance

/dports/x11/xterm/xterm-370/
H A Dptyx.h1416 # define NUM_ANSI_COLORS 256 macro
1418 # define NUM_ANSI_COLORS 88 macro
1420 # define NUM_ANSI_COLORS MIN_ANSI_COLORS macro
1425 #if NUM_ANSI_COLORS > MIN_ANSI_COLORS
1431 #define COLOR_BD (NUM_ANSI_COLORS) /* BOLD */
1432 #define COLOR_UL (NUM_ANSI_COLORS+1) /* UNDERLINE */
1433 #define COLOR_BL (NUM_ANSI_COLORS+2) /* BLINK */
1434 #define COLOR_RV (NUM_ANSI_COLORS+3) /* REVERSE */
1437 #define COLOR_IT (NUM_ANSI_COLORS+4) /* ITALIC */
1438 #define MAXCOLORS (NUM_ANSI_COLORS+5)
[all …]
H A Dmisc.c2675 (opcode == 5) ? (colornum - NUM_ANSI_COLORS) : colornum, in ReportAnsiColorRequest()
3174 for (n = NUM_ANSI_COLORS - 1; n >= 0; --n) { in xtermClosestColor()
4134 ansi_colors = NUM_ANSI_COLORS; in do_osc()
4194 ansi_colors = NUM_ANSI_COLORS; in do_osc()
4828 unparseputn(xw, (unsigned) NUM_ANSI_COLORS); in do_dcs()
H A Dcharproc.c2130 *colorp, NUM_ANSI_COLORS, in parse_extended_colors()
9721 NUM_ANSI_COLORS - 1)); in VTInitialize()
9733 if (i >= MIN_ANSI_COLORS && i < NUM_ANSI_COLORS) { in VTInitialize()