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()
121 printf("%s\n", def); in conf_askvalue()
133 const char *def; in conf_string() local
138 def = sym_get_string_value(sym); in conf_string()
140 printf("[%s] ", def); in conf_string()
141 if (!conf_askvalue(sym, def)) in conf_string()
150 def = NULL; in conf_string()
155 def = line; in conf_string()
157 if (def && sym_set_string_value(sym, def)) in conf_string()
263 int cnt, def; in conf_choice() local
267 cnt = def = 0; in conf_choice()
278 def = cnt; in conf_choice()
302 cnt = def; in conf_choice()
316 cnt = def; in conf_choice()