Searched refs:_hl (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
A D | nconf.gui.c | 31 #define COLOR_ATTR(_at, _fg, _bg, _hl) \ argument 32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl } 33 #define NO_COLOR_ATTR(_at, _hl) \ argument 34 { .attr = &(_at), .has_color = false, .highlight = _hl }
|
Completed in 4 milliseconds