Searched refs:expl_d (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Dimplicit.c265 struct dep *dep, *expl_d;
687 for (expl_d = file->deps; expl_d != 0; expl_d = expl_d->next)
688 if (streq (dep_name (expl_d), name))
690 if (expl_d != 0)
822 expl_d = file->deps; /* We will add them at the end. */
912 *d_ptr = expl_d;
263 struct dep *dep, *expl_d; local

Completed in 74 milliseconds