Lines Matching refs:S_DEF_USER
146 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
147 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
149 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
239 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
242 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
245 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
248 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
252 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
254 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
256 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
314 sym->def[S_DEF_USER].tri == old_val) in conf_rewrite_mod_or_yes()
315 sym->def[S_DEF_USER].tri = new_val; in conf_rewrite_mod_or_yes()
802 if (conf_read_simple(name, S_DEF_USER)) { in main()
818 if (conf_read_simple(name, S_DEF_USER) && in main()
819 conf_read_simple("all.config", S_DEF_USER)) { in main()