Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c711 static WORD match_colour; variable
755 match_colour = decode_ANSI_colour(colour_string); in init_colour_output()
757 if (!match_colour) do_colour = FALSE; in init_colour_output()
1016 else SetConsoleTextAttribute(hstdout, match_colour); in print_match()