Lines Matching refs:_c
137 teken_color_t _c; \139 _c = (color); \140 TCOLOR_FG(_c & 7) | ((_c & 8) << 18); \145 teken_color_t _c; \147 _c = (color); \148 TCOLOR_BG(_c & 7) | ((_c & 8) << 20); \152 teken_color_t _c; \154 _c = (color); \155 if (_c >= 16) \156 _c = teken_256to16(_c); \157 _c; \