Lines Matching defs:file
26 struct file struct
29 char *hname; /* Hashed filename */ argument
40 struct file *prev; /* Previous entry for same file name; argument
43 struct file *last; /* Last entry for the same file name. */ argument
47 struct file *renamed; argument
58 struct file *parent; argument
62 struct file *double_colon; argument
75 unsigned int precious:1; /* Non-0 means don't delete file on quit */ argument
76 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp argument
80 this file; don't search again. */ argument
81 unsigned int updating:1; /* Nonzero while updating deps of this file */ argument
82 unsigned int updated:1; /* Nonzero if this file has been remade. */ argument
83 unsigned int is_target:1; /* Nonzero if file is described as target. */ argument
84 unsigned int cmd_target:1; /* Nonzero if file was given on cmd line. */ argument
85 unsigned int phony:1; /* Nonzero if this is a phony file argument
87 unsigned int intermediate:1;/* Nonzero if this is an intermediate file. */ argument
95 unsigned int considered:1; /* equal to 'considered' if file has been argument
198 #define check_renamed(file) \ argument