Searched refs:get_log_colors (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | terminal-util.h | 259 void get_log_colors(int priority, const char **on, const char **off, const char **highlight);
|
D | terminal-util.c | 1427 void get_log_colors(int priority, const char **on, const char **off, const char **highlight) { in get_log_colors() function
|
D | log.c | 410 get_log_colors(LOG_PRI(level), &on, &off, NULL); in write_to_console()
|
/systemd-251/src/shared/ |
D | logs-show.c | 229 get_log_colors(priority, &color_on, &color_off, &highlight_on); in print_multiline() 1135 get_log_colors(prio, &color_on, &color_off, &highlight_on); in output_cat_field()
|