Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Ddep.h98 #define alloc_dep() (xcalloc (sizeof (struct dep))) macro
102 #define alloc_dep() alloccache_calloc (&dep_cache) macro
H A Dimplicit.c884 dep = alloc_dep (); in pattern_search()
959 struct dep *new = alloc_dep (); in pattern_search()
H A Drule.c198 deps = alloc_dep (); in convert_suffix_rule()
H A Dmain.c2919 goals = alloc_dep (); in main()
3081 goals = alloc_dep (); in handle_non_switch_argument()
3086 lastgoal->next = alloc_dep (); in handle_non_switch_argument()
H A Dcommands.c140 struct dep *n = alloc_dep(); in create_uniqute_deps_chain()
H A Dread.c339 struct dep *d = alloc_dep (); in read_all_makefiles()
461 deps = alloc_dep (); in eval_makefile()
2473 deps = alloc_dep (); in record_files()
H A DChangeLog498 * misc.c (alloc_dep, free_dep): Now that we have xcalloc(),
500 * dep.h: Create alloc_dep() / free_dep() macros.
1331 * misc.c (alloc_dep, free_dep): New functions.
1337 * implicit.c (pattern_search): Use alloc_dep and free_dep.
/dports/devel/gmake/make-4.3/src/
H A Ddep.h107 SI struct dep *alloc_dep() { return alloc_seq_elt (struct dep); } in alloc_dep() function
118 # define alloc_dep() alloc_seq_elt (struct dep) macro
H A Dimplicit.c917 dep = alloc_dep ();
985 struct dep *new = alloc_dep ();
H A Drule.c212 deps = alloc_dep ();
H A Dread.c1999 deps = alloc_dep (); in record_files()
2185 struct dep *also = alloc_dep(); in record_files()
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Ddep.h115 SI struct dep *alloc_dep() { return alloc_seq_elt (struct dep); } in alloc_dep() function
126 # define alloc_dep() alloc_seq_elt (struct dep) macro
H A Dimplicit.c898 dep = alloc_dep (); in pattern_search()
966 struct dep *new = alloc_dep (); in pattern_search()
H A Drule.c212 deps = alloc_dep (); in convert_suffix_rule()
H A Dread.c2025 deps = alloc_dep (); in record_files()
2216 struct dep *also = alloc_dep(); in record_files()
/dports/devel/remake/remake-4.3+dbg-1.5/
H A DChangeLog4865 * src/rule.c: Merge in some GNU make 3.81 changes. Use alloc_dep().