Lines Matching defs:file

26 struct file  struct
29 const char *hname; /* Hashed filename */ argument
44 struct file *prev; /* Previous entry for same file name; argument
47 struct file *last; /* Last entry for the same file name. */ argument
51 struct file *renamed; argument
62 struct file *parent; argument
66 struct file *double_colon; argument
71 struct file *multi_head; argument
73 struct file *multi_next; argument
91 unsigned int precious:1; /* Non-0 means don't delete file on quit */ argument
92 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp argument
96 this file; don't search again. */ argument
97 unsigned int updating:1; /* Nonzero while updating deps of this file */ argument
98 unsigned int updated:1; /* Nonzero if this file has been remade. */ argument
99 unsigned int is_target:1; /* Nonzero if file is described as target. */ argument
100 unsigned int cmd_target:1; /* Nonzero if file was given on cmd line. */ argument
101 unsigned int phony:1; /* Nonzero if this is a phony file argument
103 unsigned int intermediate:1;/* Nonzero if this is an intermediate file. */ argument
111 unsigned int considered:1; /* equal to 'considered' if file has been argument
113 unsigned int no_diag:1; /* True if the file failed to update and no argument
117 unsigned int multi_maybe:1; /* Nonzero if this file isn't always updated argument
121 unsigned int need_2nd_target_expansion:1; /* Nonzero if this file needs argument
127 unsigned int eval_count:14; /* Times evaluated as a makefile. */ argument
243 #define check_renamed(file) \ argument