Lines Matching refs:def
82 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
93 printf("%s\n", def); in conf_askvalue()
103 printf("%s\n", def); in conf_askvalue()
120 printf("%s\n", def); in conf_askvalue()
132 const char *def; in conf_string() local
137 def = sym_get_string_value(sym); in conf_string()
139 printf("[%s] ", def); in conf_string()
140 if (!conf_askvalue(sym, def)) in conf_string()
149 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()
317 cnt = def; in conf_choice()