Searched refs:current_file (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/scripts/kconfig/ |
D | preprocess.c | 21 fprintf(stderr, "%s:%d: ", current_file->name, yylineno); in pperror() 119 return xstrdup(current_file->name); in do_filename() 182 current_file->name, yylineno, argv[1]); in do_warning_if()
|
D | zconf.l | 106 current_pos.file = current_file;
|
D | expr.h | 287 extern struct file *current_file;
|
D | menu.c | 19 struct file *current_file; variable 55 menu->file = current_file; in menu_add_entry()
|
D | zconf.y | 589 if (current_menu->file != current_file) { in zconf_endtoken()
|
D | symbol.c | 1288 prop->file = current_file; in prop_alloc()
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 1365 struct file *current_file; in reverse_path_check() local 1368 list_for_each_entry(current_file, &tfile_check_list, f_tfile_llink) { in reverse_path_check() 1371 reverse_path_check_proc, current_file, in reverse_path_check() 1372 current_file, current); in reverse_path_check()
|