Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:cmds

881       for (i = 0; i < child->file->cmds->ncommand_lines; ++i)
993 | child->file->cmds->lines_flags[child->command_line - 1]);
1017 child->file->cmds->lines_flags[child->command_line - 1]
1493 register struct commands *cmds = file->cmds;
1506 chop_commands (cmds);
1509 lines = (char **) xmalloc (cmds->ncommand_lines * sizeof (char *));
1510 for (i = 0; i < cmds->ncommand_lines; ++i)
1526 in = out = cmds->command_lines[i];
1606 lines[i] = allocated_variable_expand_for_file (cmds->command_lines[i],
1755 if (child->command_line == child->file->cmds->ncommand_lines)