OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expl_d
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
implicit.c
265
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 62 milliseconds