Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c2464 case 'r': return CV_RED; in parse_color4()
2466 case 'y': return CV_RED|CV_GREEN; in parse_color4()
2468 case 'm': return CV_RED|CV_BLUE; in parse_color4()
2470 case 'w': return CV_RED|CV_GREEN|CV_BLUE; in parse_color4()
2472 case 'R': return CV_RED|CV_BRIGHT; in parse_color4()
2474 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT; in parse_color4()
2476 case 'M': return CV_RED|CV_BLUE|CV_BRIGHT; in parse_color4()
2478 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT; in parse_color4()
2543 case CV_RED: return 31; in sgr_color()
2545 case CV_RED|CV_GREEN: return 33; in sgr_color()
[all …]
H A Dless.h453 CV_RED = 4, enumerator
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2481 case 'r': return CV_RED;
2483 case 'y': return CV_RED|CV_GREEN;
2485 case 'm': return CV_RED|CV_BLUE;
2487 case 'w': return CV_RED|CV_GREEN|CV_BLUE;
2489 case 'R': return CV_RED|CV_BRIGHT;
2491 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT;
2493 case 'M': return CV_RED|CV_BLUE|CV_BRIGHT;
2495 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT;
2560 case CV_RED: return 31;
2562 case CV_RED|CV_GREEN: return 33;
[all …]