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

Lines Matching refs:lines

1308        command lines even if pipes/redirection is needed; it will only
1324 command lines the DJGPP way, so we must use `system'. */
1454 /* Start the first command; reap_children will run later command lines. */
1471 /* All the command lines turned out to be empty. */
1495 char **lines;
1505 /* Chop the commands up into lines if they aren't already. */
1508 /* Expand the command lines and store the results in LINES. */
1509 lines = (char **) xmalloc (cmds->ncommand_lines * sizeof (char *));
1606 lines[i] = allocated_variable_expand_for_file (cmds->command_lines[i],
1616 c->command_lines = lines;
1754 /* There are no more lines in the expansion of this line. */
1757 /* There are no more lines to be expanded. */