Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dmisc.c515 struct dep *firstnew = 0; in copy_dep_chain() local
529 if (firstnew == 0) in copy_dep_chain()
530 firstnew = lastnew = c; in copy_dep_chain()
537 return firstnew; in copy_dep_chain()