Lines Matching refs:def
83 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
94 printf("%s\n", def); in conf_askvalue()
104 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()
261 int cnt, def; in conf_choice() local
265 cnt = def = 0; in conf_choice()
276 def = cnt; in conf_choice()
297 cnt = def; in conf_choice()
311 cnt = def; in conf_choice()