OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncommand_lines
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/
commands.h
26
unsigned int
ncommand_lines
;/* Number of command lines. */
member in struct:commands
job.c
881
for (i = 0; i < child->file->cmds->
ncommand_lines
; ++i)
[
all
...]
commands.c
330
cmds->
ncommand_lines
= nlines;
remake.c
823
for (i = 0; i < file->cmds->
ncommand_lines
; ++i)
864
for (i = file->cmds->
ncommand_lines
; i > 0; --i)
[
all
...]
Completed in 663 milliseconds