Lines Matching refs:dep
124 static struct dep *read_makefiles = 0;
135 struct dep *deps, unsigned int cmds_started, char *commands,
150 struct dep *
200 struct dep *tail = read_makefiles; in read_all_makefiles()
201 register struct dep *d; in read_all_makefiles()
245 struct dep *tail = read_makefiles; in read_all_makefiles()
251 struct dep *d = alloc_dep (); in read_all_makefiles()
302 struct dep *deps; in eval_makefile()
465 struct dep *deps = 0; in eval()
1216 struct dep *d; in eval()
1242 register struct dep *d2; in eval()
1691 return_STRING_HASH_1 (dep_name ((struct dep const *) key)); in dep_hash_1()
1697 return_STRING_HASH_2 (dep_name ((struct dep const *) key)); in dep_hash_2()
1703 struct dep *dx = (struct dep *) x; in dep_hash_cmp()
1704 struct dep *dy = (struct dep *) y; in dep_hash_cmp()
1719 uniquize_deps (struct dep *chain) in uniquize_deps()
1722 register struct dep **depp; in uniquize_deps()
1733 struct dep *dep = *depp; in uniquize_deps() local
1734 struct dep **dep_slot = (struct dep **) hash_find_slot (&deps, dep); in uniquize_deps()
1737 hash_insert_at (&deps, dep, dep_slot); in uniquize_deps()
1738 depp = &dep->next; in uniquize_deps()
1744 *depp = dep->next; in uniquize_deps()
1871 struct dep *deps, unsigned int cmds_started, char *commands, in record_files()
1903 struct dep *this = 0; in record_files()
2016 struct dep **d_ptr = &f->deps; in record_files()