Home
last modified time | relevance | path

Searched refs:current_file (Results 1 – 6 of 6) sorted by relevance

/scripts/kconfig/
Dpreprocess.c24 fprintf(stderr, "%s:%d: ", current_file->name, yylineno); in pperror()
122 return xstrdup(current_file->name); in do_filename()
185 current_file->name, yylineno, argv[1]); in do_warning_if()
Dlexer.l81 current_file->name, yylineno, chr); in warn_ignored_character()
Dexpr.h288 extern struct file *current_file;
Dmenu.c19 struct file *current_file; variable
55 menu->file = current_file; in menu_add_entry()
Dparser.y535 if (current_menu->file != current_file) { in zconf_endtoken()
Dsymbol.c1285 prop->file = current_file; in prop_alloc()