Lines Matching refs:def
86 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
97 printf("%s\n", def); in conf_askvalue()
107 printf("%s\n", def); in conf_askvalue()
123 printf("%s\n", def); in conf_askvalue()
135 const char *def; in conf_string() local
140 def = sym_get_string_value(sym); in conf_string()
142 printf("[%s] ", def); in conf_string()
143 if (!conf_askvalue(sym, def)) in conf_string()
152 def = NULL; in conf_string()
158 def = line; in conf_string()
160 if (def && sym_set_string_value(sym, def)) in conf_string()
264 int cnt, def; in conf_choice() local
268 cnt = def = 0; in conf_choice()
279 def = cnt; in conf_choice()
300 cnt = def; in conf_choice()
314 cnt = def; in conf_choice()