Searched refs:expr_print_help (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | qconf.cc | 1117 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); menuInfo() 1139 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); debug_info() 1156 expr_print(prop->expr, expr_print_help, &debug, E_NONE); debug_info() 1162 expr_print(prop->expr, expr_print_help, &debug, E_NONE); debug_info() 1173 expr_print(prop->visible.expr, expr_print_help, &debug, E_NONE); debug_info() 1213 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) expr_print_help() function in class:ConfigInfoView
|
H A D | qconf.h | 262 static void expr_print_help(void *data, struct symbol *sym, const char *str);
|
Completed in 68 milliseconds