Searched refs:colour_string (Results 1 – 1 of 1) sorted by relevance
161 static char *colour_string = (char *)"1;31"; variable2065 if (do_colour) fprintf(stdout, "%c[%sm", 0x1b, colour_string); in pcre2grep()2235 fprintf(stdout, "%c[%sm", 0x1b, colour_string); in pcre2grep()2245 fprintf(stdout, "%c[%sm", 0x1b, colour_string); in pcre2grep()3358 if (cs != NULL) colour_string = cs; in main()