color 1403 src/dps8/dps8_cable.c #define R_CTLR_IOM(big, small, shape, color) \ color 1410 src/dps8/dps8_cable.c #big, u, #shape, #color); \ color 1428 src/dps8/dps8_cable.c to_big, to_small, shape, color) \ color 1436 src/dps8/dps8_cable.c #to_label, u, #shape, #color); \ color 646 src/simh/linehistory.c int color = -1, bold = 0; color 647 src/simh/linehistory.c char *hint = hintsCallback(l->buf, &color, &bold); color 657 src/simh/linehistory.c if (bold == 1 && color == -1) color 659 src/simh/linehistory.c color = 37; color 662 src/simh/linehistory.c if (color != -1 || bold != 0) color 664 src/simh/linehistory.c snprintf(seq, sizeof ( seq ), "\033[%d;%d;49m", bold, color); color 673 src/simh/linehistory.c if (color != -1 || bold != 0) color 84 src/simh/linehistory.h typedef char *(linenoiseHintsCallback)(const char *, int *color, int *bold);