Searched refs:colour_string (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c145 static char *colour_string = (char *)"1;31"; variable
1764 if (do_colour) fprintf(stdout, "%c[%sm", 0x1b, colour_string);
1914 fprintf(stdout, "%c[%sm", 0x1b, colour_string);
1925 fprintf(stdout, "%c[%sm", 0x1b, colour_string);
3003 if (cs != NULL) colour_string = cs;

Completed in 190 milliseconds