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

/macosx-10.10/pcre-7/pcre/
H A Dpcregrep.c126 static char *colour_string = (char *)"1;31"; variable
1097 if (do_colour) fprintf(stdout, "%c[%sm", 0x1b, colour_string);
1244 fprintf(stdout, "%c[%sm", 0x1b, colour_string);
1254 fprintf(stdout, "%c[%sm", 0x1b, colour_string);
2207 if (cs != NULL) colour_string = cs;

Completed in 195 milliseconds