Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c161 static char *colour_string = (char *)"1;31"; variable
2065 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()