Searched refs:def (Results 1 – 7 of 7) sorted by relevance
169 sym->def[def].tri = mod; in conf_set_sym_val()176 sym->def[def].tri = yes; in conf_set_sym_val()181 sym->def[def].tri = no; in conf_set_sym_val()337 if (sym->def[def].val) in conf_read_simple()338 free(sym->def[def].val); in conf_read_simple()341 sym->def[def].val = NULL; in conf_read_simple()342 sym->def[def].tri = no; in conf_read_simple()375 sym->def[def].tri = no; in conf_read_simple()418 switch (sym->def[def].tri) { in conf_read_simple()430 cs->def[def].val = sym; in conf_read_simple()[all …]
94 printf("%s\n", def); in conf_askvalue()120 printf("%s\n", def); in conf_askvalue()132 const char *def; in conf_string() local149 def = NULL; in conf_string()155 def = line; in conf_string()157 if (def && sym_set_string_value(sym, def)) in conf_string()261 int cnt, def; in conf_choice() local265 cnt = def = 0; in conf_choice()276 def = cnt; in conf_choice()297 cnt = def; in conf_choice()[all …]
287 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()381 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()414 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()516 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()525 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()670 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()678 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
104 struct symbol_value def[S_DEF_COUNT]; member
223 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
1009 const char *def; in fill_row() local1118 def = sym_get_string_value(sym); in fill_row()1119 row[COL_VALUE] = g_strdup(def); in fill_row()
67 def __init__(self, err):70 def __str__(self):73 def strerror(fdt_err):205 def magic(self):213 def totalsize(self):245 def version(self):714 def as_int32(self):720 def as_int64(self):723 def as_str(self):781 def as_fdt(self):[all …]
Completed in 40 milliseconds