Searched refs:expr_print_help (Results 1 – 2 of 2) sorted by relevance
/scripts/kconfig/ |
D | qconf.cc | 1055 expr_print_help, &stream, E_NONE); in menuInfo() 1079 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info() 1098 expr_print(prop->expr, expr_print_help, in debug_info() 1105 expr_print(prop->expr, expr_print_help, in debug_info() 1117 expr_print(prop->visible.expr, expr_print_help, in debug_info() 1158 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() function in ConfigInfoView
|
D | qconf.h | 209 static void expr_print_help(void *data, struct symbol *sym, const char *str);
|