Lines Matching refs:def
150 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()
291 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
300 printf("%s\n", def); in conf_askvalue()
310 printf("%s\n", def); in conf_askvalue()
326 const char *def; in conf_string() local
331 def = sym_get_string_value(sym); in conf_string()
332 if (def) in conf_string()
333 printf("[%s] ", def); in conf_string()
334 if (!conf_askvalue(sym, def)) in conf_string()
343 def = NULL; in conf_string()
349 def = line; in conf_string()
351 if (def && sym_set_string_value(sym, def)) in conf_string()
430 int cnt, def; in conf_choice() local
434 cnt = def = 0; in conf_choice()
445 def = cnt; in conf_choice()
467 cnt = def; in conf_choice()
481 cnt = def; in conf_choice()