Lines Matching refs:symbol
39 struct symbol *sym;
77 struct symbol { struct
78 struct symbol *next; argument
146 struct symbol *sym; /* the symbol for which the property is associated */
171 struct symbol *sym;
198 extern struct symbol symbol_yes, symbol_no, symbol_mod;
199 extern struct symbol *modules_sym;
200 extern struct symbol *sym_defconfig_list;
202 struct expr *expr_alloc_symbol(struct symbol *sym);
205 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
215 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
216 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
217 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);