Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2797 case 'r': return CV_RED; in parse_color4()
2799 case 'y': return CV_RED|CV_GREEN; in parse_color4()
2801 case 'm': return CV_RED|CV_BLUE; in parse_color4()
2803 case 'w': return CV_RED|CV_GREEN|CV_BLUE; in parse_color4()
2805 case 'R': return CV_RED|CV_BRIGHT; in parse_color4()
2807 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT; in parse_color4()
2809 case 'M': return CV_RED|CV_BLUE|CV_BRIGHT; in parse_color4()
2811 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT; in parse_color4()
2923 case CV_RED: return 31; in sgr_color()
2925 case CV_RED|CV_GREEN: return 33; in sgr_color()
[all …]
H A Dless.h475 CV_RED = 4, enumerator