Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c187 static const char *colour_string = "1;31"; variable
755 match_colour = decode_ANSI_colour(colour_string); in init_colour_output()
877 if (do_colour) fprintf(stdout, "%c[%sm", 0x1b, colour_string); in print_match()
1015 if (do_ansi) fprintf(stdout, "%c[%sm", 0x1b, colour_string); in print_match()
4046 if (strspn(cs, ";0123456789") == strlen(cs)) colour_string = cs; in main()