Home
last modified time | relevance | path

Searched refs:expr_print_help (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dqconf.cc1061 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo()
1083 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info()
1100 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info()
1106 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info()
1117 expr_print(prop->visible.expr, expr_print_help, &debug, E_NONE); in debug_info()
1157 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() function in ConfigInfoView
Dqconf.h273 static void expr_print_help(void *data, struct symbol *sym, const char *str);