Lines Matching refs:name
113 $$->file->name, $$->lineno);
156 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name);
168 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name);
414 current_entry->sym->name ?: "<choice>");
420 current_entry->sym->name ?: "<choice>");
507 void conf_parse(const char *name)
512 zconf_initscan(name);
556 current_menu->file->name, current_menu->lineno,
617 fprintf(out, "\nconfig %s\n", sym->name);
685 fprintf(out, "%s\n", prop->menu->sym->name);