| H A D | expr.c | 1192 void *data, tristate pr_type, const char **title) 1195 expr_print_revdep(e->left.expr, fn, data, pr_type, title); 1196 expr_print_revdep(e->right.expr, fn, data, pr_type, title); 1197 } else if (expr_calc_value(e) == pr_type) { 1210 tristate pr_type, const char *title) 1212 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); 1159 expr_print_revdep(struct expr * e,void (* fn)(void *,struct symbol *,const char *),void * data,tristate pr_type,const char ** title) expr_print_revdep() argument 1177 expr_gstr_print_revdep(struct expr * e,struct gstr * gs,tristate pr_type,const char * title) expr_gstr_print_revdep() argument
|