Searched refs:expr_print (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | expr.c | 1140 void expr_print(struct expr *e, in expr_print() function 1160 expr_print(e->left.expr, fn, data, E_NOT); in expr_print() 1197 expr_print(e->left.expr, fn, data, E_OR); in expr_print() 1199 expr_print(e->right.expr, fn, data, E_OR); in expr_print() 1202 expr_print(e->left.expr, fn, data, E_AND); in expr_print() 1204 expr_print(e->right.expr, fn, data, E_AND); in expr_print() 1210 expr_print(e->left.expr, fn, data, E_LIST); in expr_print() 1239 expr_print(e, expr_print_file_helper, out, E_NONE); in expr_fprint() 1274 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print() 1296 expr_print(e, fn, data, E_NONE); in expr_print_revdep()
|
D | lkc_proto.h | 53 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
D | qconf.cc | 1125 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo() 1147 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info() 1164 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info() 1170 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info() 1181 expr_print(prop->visible.expr, expr_print_help, &debug, E_NONE); in debug_info()
|
/external/toybox/kconfig/ |
D | expr.c | 1016 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print() function 1034 expr_print(e->left.expr, fn, data, E_NOT); in expr_print() 1047 expr_print(e->left.expr, fn, data, E_OR); in expr_print() 1049 expr_print(e->right.expr, fn, data, E_OR); in expr_print() 1052 expr_print(e->left.expr, fn, data, E_AND); in expr_print() 1054 expr_print(e->right.expr, fn, data, E_AND); in expr_print() 1060 expr_print(e->left.expr, fn, data, E_CHOICE); in expr_print() 1089 expr_print(e, expr_print_file_helper, out, E_NONE); in expr_fprint() 1099 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print()
|
D | lkc_proto.h | 42 P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, i…
|