Searched refs:ncommand_lines (Results 1 – 4 of 4) sorted by relevance
26 unsigned int ncommand_lines;/* Number of command lines. */ member
876 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()
328 cmds->ncommand_lines = nlines; in chop_commands()
819 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()