Searched refs:colour_string (Results 1 – 1 of 1) sorted by relevance
145 static char *colour_string = (char *)"1;31"; variable1781 if (do_colour) fprintf(stdout, "%c[%sm", 0x1b, colour_string); in pcregrep()1948 fprintf(stdout, "%c[%sm", 0x1b, colour_string); in pcregrep()1959 fprintf(stdout, "%c[%sm", 0x1b, colour_string); in pcregrep()3038 if (cs != NULL) colour_string = cs; in main()