OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commands_started
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
remake.c
58
unsigned int
commands_started
= 0;
variable
150
/* Save the old value of `
commands_started
' so we can compare
153
ocommands_started =
commands_started
;
161
if (
commands_started
> ocommands_started)
840
commands_started
++;
[
all
...]
make.h
529
extern unsigned int
commands_started
;
job.c
1101
++
commands_started
;
1105
commands_started
so make still treats this special case as if it
[
all
...]
Completed in 189 milliseconds