Searched defs:chain (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dar.c206 struct nameseq *chain;
221 /* We have a match. Add it to the chain. */
224 new->next = state->chain;
225 state->chain = new;
266 Return a malloc'd chain of matching elements (or nil if none). */
280 ar_glob_match will accumulate them in STATE.chain. */
288 state.chain = 0;
292 if (state.chain == 0)
298 for (n = state.chain; n != 0; n = n->next)
304 /* Put them back into the chain i
203 struct nameseq *chain; member in struct:ar_glob_state
[all...]
H A Dfunction.c352 register struct nameseq *chain;
355 chain = multi_glob (parse_file_seq
370 while (chain != 0)
372 register char *name = chain->name;
375 struct nameseq *next = chain->next;
376 free ((char *) chain);
377 chain = next;
889 struct a_word *chain;
986 word->chain = 0;
1000 wp->chain
346 register struct nameseq *chain; local
882 struct a_word *chain; member in struct:a_word
[all...]
H A Dread.c122 /* The chain of makefiles read by read_makefile. */
149 /* Read in all the makefiles and return the chain of their names. */
245 `read_makefiles' chain so they will be updated if possible. */
367 /* Add FILENAME to the chain of read makefiles. */
1726 uniquize_deps (struct dep *chain)
1737 depp = &chain;
1966 /* If there are multiple filenames, copy the chain DEPS for all but
2033 the first dep in the chain, and commands use $<
2252 chain of struct nameseq's in reverse order and return that chain
1719 uniquize_deps(struct dep *chain) argument
3016 multi_glob(struct nameseq *chain, unsigned int size) argument
[all...]

Completed in 46 milliseconds