Lines Matching refs:symbol
20 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
86 struct symbol *sym; in conf_expand_value()
126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
257 struct symbol *sym; in conf_read_simple()
383 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple()
409 struct symbol *sym; in conf_read()
486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
627 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
668 struct symbol *sym; in conf_write_defconfig()
707 struct symbol *cs; in conf_write_defconfig()
708 struct symbol *ds; in conf_write_defconfig()
742 struct symbol *sym; in conf_write()
844 struct symbol *sym; in conf_split_config()
954 struct symbol *sym; in conf_write_autoconf()
1053 static bool randomize_choice_values(struct symbol *csym) in randomize_choice_values()
1056 struct symbol *sym; in randomize_choice_values()
1101 void set_all_choice_values(struct symbol *csym) in set_all_choice_values()
1104 struct symbol *sym; in set_all_choice_values()
1123 struct symbol *sym, *csym; in conf_set_all_new_symbols()