Home
last modified time | relevance | path

Searched refs:growableArray (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dmake.c88 static struct growableArray examine;
92 static struct growableArray to_build;
95 static struct growableArray heldBack;
106 static void print_unlink_cycle(struct growableArray *, GNode *);
108 static GNode *find_cycle(Lst, struct growableArray *);
141 randomize_garray(struct growableArray *g) in randomize_garray()
438 struct growableArray *a = ap; in MakeAddChild()
616 print_unlink_cycle(struct growableArray *l, GNode *c) in print_unlink_cycle()
651 struct growableArray cycle; in break_and_print_cycles()
669 find_cycle(Lst l, struct growableArray *cycle) in find_cycle()
H A Dparse.c101 static struct growableArray gsources, gtargets;
135 static void ParseDoSrc(struct growableArray *, struct growableArray *, int,
142 static void apply_op(struct growableArray *, unsigned int, GNode *);
163 static void parse_target_line(struct growableArray *, const char *,
166 static void finish_commands(struct growableArray *);
167 static void parse_commands(struct growableArray *, const char *);
172 static void dedup_targets(struct growableArray *);
173 static void build_target_group(struct growableArray *, struct ohash *t);
389 apply_op(struct growableArray *targets, unsigned int op, GNode *gn) in apply_op()
413 struct growableArray *targets, in ParseDoSrc()
[all …]
H A Dgarray.h32 struct growableArray { struct