Searched refs:expr_print_gstr_helper (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/scripts/kconfig/ |
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()
|
/external/toybox/kconfig/ |
D | expr.c | 1092 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper() function 1099 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print()
|