Lines Matching refs:S_DEF_USER
258 if (def == S_DEF_USER) { in conf_read_simple()
292 if (def == S_DEF_USER) { in conf_read_simple()
350 if (conf_read_simple(name, S_DEF_USER)) in conf_read()
362 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym)) in conf_read()
367 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
404 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
953 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
954 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
957 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
978 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
998 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1001 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols()
1004 sym->def[S_DEF_USER].tri = no; in conf_set_all_new_symbols()
1008 sym->def[S_DEF_USER].tri = (tristate)(rand() % cnt); in conf_set_all_new_symbols()