Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dconf.c150 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
272 sym->def[S_DEF_USER].tri = val; in conf_set_all_new_symbols()
285 sym->def[S_DEF_USER].tri == old_val) in conf_rewrite_tristates()
286 sym->def[S_DEF_USER].tri = new_val; in conf_rewrite_tristates()
745 if (conf_read_simple(name, S_DEF_USER)) { in main()
761 if (conf_read_simple(name, S_DEF_USER) && in main()
762 conf_read_simple("all.config", S_DEF_USER)) { in main()
A Dsymbol.c312 if (sym_has_value(sym) && sym->def[S_DEF_USER].tri == yes) { in sym_calc_choice()
324 if (res && sym_has_value(res) && res->def[S_DEF_USER].tri == no) in sym_calc_choice()
467 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
501 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
568 if (!(sym->flags & SYMBOL_DEF_USER) || sym->def[S_DEF_USER].tri != val) { in sym_set_tristate_value()
569 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
605 menu->sym->def[S_DEF_USER].tri = val; in choice_set_value()
768 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
772 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
776 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
A Dconfdata.c401 if (def == S_DEF_USER) { in conf_read_simple()
471 if (def != S_DEF_USER) in conf_read_simple()
495 if (conf_read_simple(name, S_DEF_USER)) { in conf_read()
511 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
515 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
A Dexpr.h75 S_DEF_USER, /* main user value */ enumerator

Completed in 9 milliseconds