Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Ddep.h77 extern struct dep *alloc_dep PARAMS ((void));
Dimplicit.c873 dep = alloc_dep (); in pattern_search()
950 struct dep *new = alloc_dep (); in pattern_search()
Drule.c204 deps = alloc_dep (); in convert_suffix_rule()
Dmisc.c486 alloc_dep () in alloc_dep() function
Dmain.c2178 goals = alloc_dep (); in main()
2334 goals = alloc_dep (); in handle_non_switch_argument()
2339 lastgoal->next = alloc_dep (); in handle_non_switch_argument()
Dread.c251 struct dep *d = alloc_dep (); in read_all_makefiles()
365 deps = alloc_dep (); in eval_makefile()
1172 deps = alloc_dep (); in eval()
DChangeLog67 * misc.c (alloc_dep, free_dep): New functions.
73 * implicit.c (pattern_search): Use alloc_dep and free_dep.