Lines Matching defs:file

34 struct file  struct
37 const char *hname; /* Hashed filename */ argument
39 gmk_floc floc; /* location in Makefile - for tracing */ argument
41 unsigned int nlines; /* Number of lines in file - for debugging. */ argument
50 struct file *prev; /* Previous entry for same file name; argument
53 struct file *last; /* Last entry for the same file name. */ argument
57 struct file *renamed; argument
68 struct file *parent; argument
72 struct file *double_colon; argument
77 unsigned int considered; /* equal to 'considered' if file has been argument
97 unsigned int builtin:1; /* True if the file is a builtin rule. */ argument
98 unsigned int precious:1; /* Non-0 means don't delete file on quit */ argument
99 unsigned int loaded:1; /* True if the file is a loaded object. */ argument
100 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp argument
104 this file; don't search again. */ argument
105 unsigned int updating:1; /* Nonzero while updating deps of this file */ argument
106 unsigned int updated:1; /* Nonzero if this file has been remade. */ argument
107 unsigned int is_target:1; /* Nonzero if file is described as target. */ argument
108 unsigned int cmd_target:1; /* Nonzero if file was given on cmd line. */ argument
109 unsigned int phony:1; /* Nonzero if this is a phony file argument
111 unsigned int intermediate:1;/* Nonzero if this is an intermediate file. */ argument
119 unsigned int no_diag:1; /* True if the file failed to update and no argument
121 unsigned int file_profiled:1; /* True if --profile has been set and argument
241 #define check_renamed(file) \ argument