Searched refs:DEFINE_ANSI_FUNC (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | terminal-util.h | 166 #define DEFINE_ANSI_FUNC(name, NAME) \ macro 196 DEFINE_ANSI_FUNC(normal, NORMAL); 197 DEFINE_ANSI_FUNC(highlight, HIGHLIGHT); 198 DEFINE_ANSI_FUNC(black, BLACK); 199 DEFINE_ANSI_FUNC(red, RED); 200 DEFINE_ANSI_FUNC(green, GREEN); 201 DEFINE_ANSI_FUNC(yellow, YELLOW); 202 DEFINE_ANSI_FUNC(blue, BLUE); 203 DEFINE_ANSI_FUNC(magenta, MAGENTA); 204 DEFINE_ANSI_FUNC(cyan, CYAN); [all …]
|