OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tried_implicit
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
78
unsigned int
tried_implicit
:1; /* Nonzero if have searched
member in struct:file
remake.c
454
if (!file->phony && file->cmds == 0 && !file->
tried_implicit
)
460
file->
tried_implicit
= 1;
964
if (!file->phony && file->cmds == 0 && !file->
tried_implicit
)
970
file->
tried_implicit
= 1;
[
all
...]
implicit.c
863
f->
tried_implicit
= 1;
871
dep->file->
tried_implicit
|= dep->changed;
905
dep->file->
tried_implicit
= 1;
file.c
321
MERGE (
tried_implicit
);
917
puts (f->
tried_implicit
Completed in 34 milliseconds