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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconfdata.c233 if (def == S_DEF_USER) {
272 if (def == S_DEF_USER) {
332 if (conf_read_simple(name, S_DEF_USER))
344 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym))
349 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val))
386 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val))
954 sym->def[S_DEF_USER].tri = yes;
955 csym->def[S_DEF_USER].val = sym;
958 sym->def[S_DEF_USER].tri = no;
979 sym->def[S_DEF_USER]
[all...]
H A Dsymbol.c273 def_sym = sym->def[S_DEF_USER].val;
337 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri,
364 newval.val = sym->def[S_DEF_USER].val;
483 cs->def[S_DEF_USER].val = sym;
492 sym->def[S_DEF_USER].tri = val;
637 oldval = sym->def[S_DEF_USER].val;
641 sym->def[S_DEF_USER].val = val = malloc(size);
645 sym->def[S_DEF_USER].val = val = malloc(size);
H A Dconf.c549 conf_read_simple(name, S_DEF_USER);
561 conf_read_simple(name, S_DEF_USER);
563 conf_read_simple("all.config", S_DEF_USER);
H A Dexpr.h70 S_DEF_USER, /* main user value */ enumerator in enum:__anon18993
106 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */

Completed in 76 milliseconds