Searched refs:alloc_dep (Results 1 – 7 of 7) sorted by relevance
77 extern struct dep *alloc_dep PARAMS ((void));
873 dep = alloc_dep (); in pattern_search()950 struct dep *new = alloc_dep (); in pattern_search()
204 deps = alloc_dep (); in convert_suffix_rule()
486 alloc_dep () in alloc_dep() function
2178 goals = alloc_dep (); in main()2334 goals = alloc_dep (); in handle_non_switch_argument()2339 lastgoal->next = alloc_dep (); in handle_non_switch_argument()
251 struct dep *d = alloc_dep (); in read_all_makefiles()365 deps = alloc_dep (); in eval_makefile()1172 deps = alloc_dep (); in eval()
67 * misc.c (alloc_dep, free_dep): New functions.73 * implicit.c (pattern_search): Use alloc_dep and free_dep.