Lines Matching refs:symbol
37 struct symbol *sym;
75 struct symbol { struct
76 struct symbol *next; argument
144 struct symbol *sym; /* the symbol for which the property is associated */
169 struct symbol *sym;
196 extern struct symbol symbol_yes, symbol_no, symbol_mod;
197 extern struct symbol *modules_sym;
198 extern struct symbol *sym_defconfig_list;
200 struct expr *expr_alloc_symbol(struct symbol *sym);
203 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
213 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
214 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
215 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);