HomeSort by: relevance | last modified time | path
    Searched refs:CV_GREEN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
screen.c 2465 case 'g': return CV_GREEN;
2466 case 'y': return CV_RED|CV_GREEN;
2469 case 'c': return CV_GREEN|CV_BLUE;
2470 case 'w': return CV_RED|CV_GREEN|CV_BLUE;
2473 case 'G': return CV_GREEN|CV_BRIGHT;
2474 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT;
2477 case 'C': return CV_GREEN|CV_BLUE|CV_BRIGHT;
2478 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT;
2544 case CV_GREEN: return 32;
2545 case CV_RED|CV_GREEN: return 33
    [all...]
less.h 452 CV_GREEN = 2,

Completed in 25 milliseconds