Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c2451 case 'r': return CV_RED; in parse_color4()
2453 case 'y': return CV_RED|CV_GREEN; in parse_color4()
2455 case 'm': return CV_RED|CV_BLUE; in parse_color4()
2457 case 'w': return CV_RED|CV_GREEN|CV_BLUE; in parse_color4()
2459 case 'R': return CV_RED|CV_BRIGHT; in parse_color4()
2461 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT; in parse_color4()
2463 case 'M': return CV_RED|CV_BLUE|CV_BRIGHT; in parse_color4()
2465 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT; in parse_color4()
2530 case CV_RED: return 31; in sgr_color()
2532 case CV_RED|CV_GREEN: return 33; in sgr_color()
[all …]
H A Dless.h451 CV_RED = 4, enumerator