OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commands_idx
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
read.c
136
unsigned int
commands_idx
, int two_colon,
464
unsigned int
commands_idx
= 0;
483
cmds_started, commands,
commands_idx
, two_colon, \
487
commands_idx
= 0; \
552
if (
commands_idx
== 0)
555
if (linelen + 1 +
commands_idx
> commands_len)
557
commands_len = (linelen + 1 +
commands_idx
) * 2;
560
bcopy (line, &commands[
commands_idx
], linelen);
561
commands_idx
+= linelen;
562
commands[
commands_idx
++] = '\n'
460
unsigned int
commands_idx
= 0;
local
[
all
...]
Completed in 82 milliseconds