Searched refs:expr_print_revdep (Results 1 – 1 of 1) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | expr.c | 1274 static void expr_print_revdep(struct expr *e, in expr_print_revdep() function 1279 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1280 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1296 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
Completed in 4 milliseconds