Lines Matching refs:name
206 "Enter the name of the configuration file you wish to load. "
207 "Accept the name shown to restore the configuration you "
215 "default, entering the name of the file here will allow you\n"
228 "Entering a file name here will allow you to later retrieve, modify\n"
332 str_printf(r, " Defined at %s:%d\n", prop->menu->file->name,
348 str_printf(r, " (%s [=%s])", menu->sym->name ?
349 menu->sym->name : "<choice>",
362 str_printf(r, "Symbol: %s [=%s]\n", sym->name,
703 if (sym->name) {
704 str_printf(&help, "CONFIG_%s:\n\n", sym->name);