Lines Matching refs:symbol
39 struct symbol *sym;
83 struct symbol { struct
85 struct symbol *next; argument
193 struct symbol *sym; /* the symbol for which the property is associated */
234 struct symbol *sym;
290 extern struct symbol symbol_yes, symbol_no, symbol_mod;
291 extern struct symbol *modules_sym;
292 extern struct symbol *sym_defconfig_list;
294 struct expr *expr_alloc_symbol(struct symbol *sym);
297 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
307 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
308 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
309 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);