Lines Matching refs:def
84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
95 printf("%s\n", def); in conf_askvalue()
105 printf("%s\n", def); in conf_askvalue()
124 printf("%s\n", def); in conf_askvalue()
136 const char *def; in conf_string() local
141 def = sym_get_string_value(sym); in conf_string()
143 printf("[%s] ", def); in conf_string()
144 if (!conf_askvalue(sym, def)) in conf_string()
153 def = NULL; in conf_string()
159 def = line; in conf_string()
161 if (def && sym_set_string_value(sym, def)) in conf_string()
267 int cnt, def; in conf_choice() local
271 cnt = def = 0; in conf_choice()
282 def = cnt; in conf_choice()
306 cnt = def; in conf_choice()
321 cnt = def; in conf_choice()