Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2grep.c208 static const char *colour_string = "1;31"; variable
840 match_colour = decode_ANSI_colour(colour_string); in init_colour_output()
962 if (do_colour) fprintf(stdout, "%c[%sm", 0x1b, colour_string); in print_match()
1100 if (do_ansi) fprintf(stdout, "%c[%sm", 0x1b, colour_string); in print_match()
4311 if (strspn(cs, ";0123456789") == strlen(cs)) colour_string = cs; in main()