Home
last modified time | relevance | path

Searched refs:attr_function_highlight (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dnconf.gui.c29 int attr_function_highlight; variable
65 COLOR_ATTR(attr_function_highlight, COLOR_DEFAULT, COLOR_DEFAULT, A_BOLD),
89 NO_COLOR_ATTR(attr_function_highlight, A_BOLD),
H A Dnconf.h54 extern int attr_function_highlight;
H A Dnconf.c379 wattrset(main_window, attr_function_highlight); in print_function_line()