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

Lines Matching refs:cmds

159    CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
211 create_pattern_rule (names, percents, 0, deps, cmds, 0);
245 if (f->cmds != 0)
247 convert_suffix_rule ("", dep_name (d), f->cmds);
261 if (f == 0 || f->cmds == 0)
269 f->cmds);
273 convert_suffix_rule (dep_name (d2), dep_name (d), f->cmds);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
398 r->cmds->fileinfo.filenm = 0;
399 r->cmds->fileinfo.lineno = 0;
402 r->cmds->commands = xstrdup (p->commands);
403 r->cmds->command_lines = 0;
483 r->cmds = commands;
543 if (r->cmds != 0)
544 print_commands (r->cmds);