Lines Matching refs:def
85 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
96 printf("%s\n", def); in conf_askvalue()
106 printf("%s\n", def); in conf_askvalue()
125 printf("%s\n", def); in conf_askvalue()
137 const char *def; in conf_string() local
142 def = sym_get_string_value(sym); in conf_string()
144 printf("[%s] ", def); in conf_string()
145 if (!conf_askvalue(sym, def)) in conf_string()
154 def = NULL; in conf_string()
160 def = line; in conf_string()
162 if (def && sym_set_string_value(sym, def)) in conf_string()
268 int cnt, def; in conf_choice() local
272 cnt = def = 0; in conf_choice()
283 def = cnt; in conf_choice()
307 cnt = def; in conf_choice()
322 cnt = def; in conf_choice()