Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/kconfig/
Dconfdata.c262 if (def == S_DEF_USER) { in conf_read_simple()
296 if (def == S_DEF_USER) { in conf_read_simple()
352 if (conf_read_simple(name, S_DEF_USER)) in conf_read()
364 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym)) in conf_read()
370 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
395 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read()
1017 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
1018 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
1021 sym->def[S_DEF_USER].tri = no; in randomize_choice_values()
1042 sym->def[S_DEF_USER].tri = no; in set_all_choice_values()
[all …]
Dsymbol.c279 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
343 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
382 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
501 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
510 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
655 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
659 sym->def[S_DEF_USER].val = val = malloc(size); in sym_set_string_value()
663 sym->def[S_DEF_USER].val = val = malloc(size); in sym_set_string_value()
Dconf.c578 conf_read_simple(name, S_DEF_USER); in main()
590 conf_read_simple(name, S_DEF_USER); in main()
592 conf_read_simple("all.config", S_DEF_USER); in main()
Dexpr.h67 S_DEF_USER, /* main user value */ enumerator