Searched refs:expr_print (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | expr.c | 1058 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print() function 1076 expr_print(e->left.expr, fn, data, E_NOT); in expr_print() 1095 expr_print(e->left.expr, fn, data, E_OR); in expr_print() 1097 expr_print(e->right.expr, fn, data, E_OR); in expr_print() 1100 expr_print(e->left.expr, fn, data, E_AND); in expr_print() 1102 expr_print(e->right.expr, fn, data, E_AND); in expr_print() 1108 expr_print(e->left.expr, fn, data, E_LIST); in expr_print() 1137 expr_print(e, expr_print_file_helper, out, E_NONE); in expr_fprint() 1172 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print()
|
| H A D | qconf.cc | 1055 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo() 1077 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info() 1094 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info() 1100 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info() 1111 expr_print(prop->visible.expr, expr_print_help, &debug, E_NONE); in debug_info()
|
| H A D | lkc_proto.h | 53 P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, i…
|