Home
last modified time | relevance | path

Searched refs:ncommand_lines (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dcommands.h26 unsigned int ncommand_lines;/* Number of command lines. */ member
Djob.c876 for (i = 0; i < child->file->cmds->ncommand_lines; ++i) in free_child()
1503 lines = (char **) xmalloc (cmds->ncommand_lines * sizeof (char *)); in new_job()
1504 for (i = 0; i < cmds->ncommand_lines; ++i) in new_job()
1748 if (child->command_line == child->file->cmds->ncommand_lines) in job_next_command()
Dcommands.c328 cmds->ncommand_lines = nlines; in chop_commands()
Dremake.c819 for (i = 0; i < file->cmds->ncommand_lines; ++i) in notice_finished_file()
860 for (i = file->cmds->ncommand_lines; i > 0; --i) in notice_finished_file()