Lines Matching refs:symbol
167 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
234 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
356 struct symbol *sym; in conf_read_simple()
489 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple()
515 struct symbol *sym; in conf_read()
591 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
645 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
719 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
732 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
772 struct symbol *sym; in conf_write_defconfig()
811 struct symbol *cs; in conf_write_defconfig()
812 struct symbol *ds; in conf_write_defconfig()
846 struct symbol *sym; in conf_write()
991 struct symbol *sym; in conf_touch_deps()
1062 struct symbol *sym; in conf_write_autoconf()
1170 static bool randomize_choice_values(struct symbol *csym) in randomize_choice_values()
1173 struct symbol *sym; in randomize_choice_values()
1218 void set_all_choice_values(struct symbol *csym) in set_all_choice_values()
1221 struct symbol *sym; in set_all_choice_values()
1240 struct symbol *sym, *csym; in conf_set_all_new_symbols()