Lines Matching refs:dep
25 #include "dep.h"
124 static struct dep *read_makefiles = 0;
135 struct dep *deps, unsigned int cmds_started, char *commands,
151 struct dep *
201 struct dep *tail = read_makefiles;
202 register struct dep *d;
246 struct dep *tail = read_makefiles;
252 struct dep *d = alloc_dep ();
305 struct dep *deps;
469 struct dep *deps = 0;
1104 /* Is this a static pattern rule: `target: %targ: %dep; ...'? */
1220 struct dep *d;
1246 register struct dep *d2;
1698 return_STRING_HASH_1 (dep_name ((struct dep const *) key));
1704 return_STRING_HASH_2 (dep_name ((struct dep const *) key));
1710 struct dep *dx = (struct dep *) x;
1711 struct dep *dy = (struct dep *) y;
1726 uniquize_deps (struct dep *chain)
1729 register struct dep **depp;
1740 struct dep *dep = *depp;
1741 struct dep **dep_slot = (struct dep **) hash_find_slot (&deps, dep);
1744 hash_insert_at (&deps, dep, dep_slot);
1745 depp = &dep->next;
1751 *depp = dep->next;
1880 struct dep *deps, unsigned int cmds_started, char *commands,
1912 struct dep *this = 0;
1960 `targets: target%pattern: dep%pattern; cmds',
2025 struct dep **d_ptr = &f->deps;
2033 the first dep in the chain, and commands use $<
2034 expecting to get the dep that rule specifies. However