Home
last modified time | relevance | path

Searched refs:S_DEF_USER (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/kconfig/
A Dconf.c146 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()
[all …]
A Dconfdata.c428 if (def == S_DEF_USER) { in conf_read_simple()
524 if (conf_read_simple(name, S_DEF_USER)) { in conf_read()
540 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
544 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
569 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
1180 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
A Dsymbol.c290 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
384 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
418 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
518 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
527 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
672 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
676 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
680 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
A Dexpr.h70 S_DEF_USER, /* main user value */ enumerator

Completed in 10 milliseconds