color 1439 src/dps8/dps8_cable.c #define R_CTLR_IOM(big, small, shape, color) \ color 1446 src/dps8/dps8_cable.c #big, u, #shape, #color); \ color 1469 src/dps8/dps8_cable.c to_big, to_small, shape, color) \ color 1477 src/dps8/dps8_cable.c #to_label, u, #shape, #color); \ color 641 src/simh/linehistory.c int color = -1, bold = 0; color 642 src/simh/linehistory.c char *hint = hintsCallback(l->buf, &color, &bold); color 652 src/simh/linehistory.c if (bold == 1 && color == -1) color 654 src/simh/linehistory.c color = 37; color 657 src/simh/linehistory.c if (color != -1 || bold != 0) color 659 src/simh/linehistory.c snprintf(seq, sizeof ( seq ), "\033[%d;%d;49m", bold, color); color 668 src/simh/linehistory.c if (color != -1 || bold != 0) color 79 src/simh/linehistory.h typedef char *(linenoiseHintsCallback)(const char *, int *color, int *bold);