Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c258 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()
[all …]
H A Dsymbol.c273 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
337 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
376 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
495 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
504 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
649 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
653 sym->def[S_DEF_USER].val = val = malloc(size); in sym_set_string_value()
657 sym->def[S_DEF_USER].val = val = malloc(size); in sym_set_string_value()
H A Dconf.c546 conf_read_simple(name, S_DEF_USER); in main()
558 conf_read_simple(name, S_DEF_USER); in main()
560 conf_read_simple("all.config", S_DEF_USER); in main()
H A Dexpr.h66 S_DEF_USER, /* main user value */ enumerator