Home
last modified time | relevance | path

Searched refs:alloc_dep (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Ddep.h77 extern struct dep *alloc_dep PARAMS ((void));
H A Dimplicit.c873 dep = alloc_dep (); in pattern_search()
950 struct dep *new = alloc_dep (); in pattern_search()
H A Drule.c204 deps = alloc_dep (); in convert_suffix_rule()
H A Dmisc.c486 alloc_dep () in alloc_dep() function
H A Dread.c251 struct dep *d = alloc_dep (); in read_all_makefiles()
365 deps = alloc_dep (); in eval_makefile()
1172 deps = alloc_dep (); in eval()
H A DChangeLog67 * misc.c (alloc_dep, free_dep): New functions.
73 * implicit.c (pattern_search): Use alloc_dep and free_dep.