Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dcommands.h26 unsigned int ncommand_lines;/* Number of command lines. */ member
H A 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()
H A 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()
H A Dcommands.c328 cmds->ncommand_lines = nlines; in chop_commands()