Lines Matching defs:file
18 struct file {19 struct file *next;20 struct file *parent;121 struct file *file;143 struct file *file;153 extern struct file *file_list;154 extern struct file *current_file;155 struct file *lookup_file(const char *name);