Lines Matching refs:symbol
39 struct symbol *sym;
77 struct symbol { struct
78 struct symbol *next; argument
148 struct symbol *sym; /* the symbol for which the property is associated */
173 struct symbol *sym;
200 extern struct symbol symbol_yes, symbol_no, symbol_mod;
201 extern struct symbol *modules_sym;
202 extern struct symbol *sym_defconfig_list;
204 struct expr *expr_alloc_symbol(struct symbol *sym);
207 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
217 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
218 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
219 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);