Searched refs:expr_print_help (Results 1 – 2 of 2) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | qconf.cc | 1116 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo() 1138 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info() 1154 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info() 1160 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info() 1171 expr_print(prop->visible.expr, expr_print_help, &debug, E_NONE); in debug_info() 1211 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() function in ConfigInfoView
|
A D | qconf.h | 262 static void expr_print_help(void *data, struct symbol *sym, const char *str);
|
Completed in 8 milliseconds