Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:dep

21    `struct dep' in the chain returned by `read_all_makefiles'.  */
32 dep line of static pattern rule or NULL.
36 struct dep
38 struct dep *next;
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
84 extern int update_goal_chain PARAMS ((struct dep *goals));
85 extern void uniquize_deps PARAMS ((struct dep *));