Lines Matching refs:symbol
35 struct symbol *sym;
73 struct symbol { struct
74 struct symbol *next; argument
136 struct symbol *sym; /* the symbol for which the property is associated */
161 struct symbol *sym;
181 extern struct symbol symbol_yes, symbol_no, symbol_mod;
182 extern struct symbol *modules_sym;
183 extern struct symbol *sym_defconfig_list;
185 struct expr *expr_alloc_symbol(struct symbol *sym);
188 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
200 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
201 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
205 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);