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()
386 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); in conf_read_simple()
415 struct symbol *sym; in conf_read()
488 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
542 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
616 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
629 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
670 struct symbol *sym; in conf_write_defconfig()
709 struct symbol *cs; in conf_write_defconfig()
710 struct symbol *ds; in conf_write_defconfig()
744 struct symbol *sym; in conf_write()
846 struct symbol *sym; in conf_split_config()
955 struct symbol *sym; in conf_write_autoconf()
1054 static bool randomize_choice_values(struct symbol *csym) in randomize_choice_values()
1057 struct symbol *sym; in randomize_choice_values()
1102 void set_all_choice_values(struct symbol *csym) in set_all_choice_values()
1105 struct symbol *sym; in set_all_choice_values()
1124 struct symbol *sym, *csym; in conf_set_all_new_symbols()