OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cs_deps_running
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
filedef.h
70
cs_deps_running
, /* Dep commands running. */
enumerator in enum:file::cmd_state
remake.c
320
|| f->command_state ==
cs_deps_running
)
410
case
cs_deps_running
:
529
|| f->command_state ==
cs_deps_running
);
587
|| f->command_state ==
cs_deps_running
);
608
set_command_state (file,
cs_deps_running
);
633
if (file->command_state ==
cs_deps_running
)
637
when the prior state was
cs_deps_running
, because that prior state
1029
|| d->file->command_state ==
cs_deps_running
)
1033
set_command_state (file,
cs_deps_running
);
[
all
...]
file.c
950
case
cs_deps_running
:
Completed in 188 milliseconds