Searched refs:expr_print_gstr_helper (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.c | 1242 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper() function 1274 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print() 1304 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
/openbmc/linux/scripts/kconfig/ |
H A D | expr.c | 1211 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper() function 1243 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print() 1273 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|