Searched refs:CV_RED (Results 1 – 2 of 2) sorted by relevance
2461 case 'r': return CV_RED; in parse_color4() 2463 case 'y': return CV_RED|CV_GREEN; in parse_color4() 2465 case 'm': return CV_RED|CV_BLUE; in parse_color4() 2467 case 'w': return CV_RED|CV_GREEN|CV_BLUE; in parse_color4() 2469 case 'R': return CV_RED|CV_BRIGHT; in parse_color4() 2471 case 'Y': return CV_RED|CV_GREEN|CV_BRIGHT;2473 case 'M': return CV_RED|CV_BLUE|CV_BRIGHT;2475 case 'W': return CV_RED|CV_GREEN|CV_BLUE|CV_BRIGHT; in parse_color6() 2579 case CV_RED: return 31; in tput_color() 2581 case CV_RED|CV_GREE in tput_color() [all...]
458 CV_RED = 4,451 CV_RED = 4, global() enumerator