• Home
  • Raw
  • Download

Lines Matching refs:sym

738 	struct symbol *sym;  in build_conf()  local
748 sym = menu->sym; in build_conf()
750 if (!sym) { in build_conf()
794 type = sym_get_type(sym); in build_conf()
795 if (sym_is_choice(sym)) { in build_conf()
796 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
801 if (menu_is_visible(child) && child->sym == def_sym) in build_conf()
805 val = sym_get_tristate_value(sym); in build_conf()
806 if (sym_is_changeable(sym)) { in build_conf()
854 val = sym_get_tristate_value(sym); in build_conf()
855 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
860 if (sym_is_changeable(sym)) in build_conf()
879 if (sym_is_changeable(sym)) { in build_conf()
880 if (sym->rev_dep.tri == mod) in build_conf()
890 tmp = 2 + strlen(sym_get_string_value(sym)); in build_conf()
892 sym_get_string_value(sym)); in build_conf()
898 (sym_has_value(sym) || in build_conf()
899 !sym_is_changeable(sym)) ? "" : in build_conf()
906 (sym_has_value(sym) || !sym_is_changeable(sym)) ? in build_conf()
1072 struct symbol *sym; in conf() local
1159 sym = submenu->sym; in conf()
1164 sym_toggle_tristate_value(sym); in conf()
1179 if (sym_is_choice(sym) && in conf()
1180 sym_get_tristate_value(sym) == yes) in conf()
1186 sym_toggle_tristate_value(sym); in conf()
1195 if (sym_set_tristate_value(sym, yes)) in conf()
1197 if (sym_set_tristate_value(sym, mod)) in conf()
1203 sym_set_tristate_value(sym, no); in conf()
1207 sym_set_tristate_value(sym, mod); in conf()
1245 active = sym_get_choice_value(menu->sym); in conf_choice()
1254 if (child->sym == sym_get_choice_value(menu->sym)) in conf_choice()
1257 else if (child->sym) in conf_choice()
1264 if (child->sym == active){ in conf_choice()
1329 if (!child || !menu_is_visible(child) || !child->sym) in conf_choice()
1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
1340 active = child->sym; in conf_choice()
1356 switch (sym_get_type(menu->sym)) { in conf_string()
1372 sym_get_string_value(menu->sym), in conf_string()
1377 if (sym_set_string_value(menu->sym, in conf_string()