Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c86 static const char *grep_color = "01;31"; variable
561 printf("\33[%sm", grep_color); in prline()
593 printf ("\33[%sm", grep_color); in prline()
615 printf ("\33[%sm", grep_color); in prline()
1679 grep_color = userval; in main()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog571 (grep_color): new static var.