Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dscreen.c2709 case 'r': return CV_RED; in parse_color4()
2711 case 'y': return CV_RED|CV_GREEN; in parse_color4()
2713 case 'm': return CV_RED|CV_BLUE; in parse_color4()
2715 case 'w': return CV_RED|CV_GREEN|CV_BLUE; in parse_color4()
2717 case 'R': return CV_RED|CV_BRIGHT; in parse_color4()
2719 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT; in parse_color4()
2721 case 'M': return CV_RED|CV_BLUE|CV_BRIGHT; in parse_color4()
2723 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT; in parse_color4()
2827 case CV_RED: return 31; in sgr_color()
2829 case CV_RED|CV_GREEN: return 33; in sgr_color()
[all …]
H A Dless.h463 CV_RED = 4, enumerator