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

Lines Matching defs:out

954          work.  On the way out, turn off the alarm and set SIG_DFL.  */
1020 /* Figure out an argument list from this command line. */
1087 /* Print out the command. If silent, we call `message' with null so it
1471 /* All the command lines turned out to be empty. */
1519 char *in, *out, *ref;
1522 OUT points to where in the line we are writing.
1524 IN gets ahead of OUT. */
1526 in = out = cmds->command_lines[i];
1531 if (out != in)
1535 bcopy (in, out, ref - in);
1538 out += ref - in;
1548 *out++ = *in++; /* Copy OPENPAREN. */
1572 *out++ = *in++;
1581 while (out > ref
1582 && isblank ((unsigned char)out[-1]))
1583 --out;
1586 *out++ = ' ';
1594 *out++ = *in++;
1602 if (out != in)
1603 strcpy (out, in);
1772 batch of jobs clears out.
1790 ! The two weights have been tried out on 24 and 48 proc. Sun Solaris-9
1891 /* Try to start that job. We break out of the loop as soon
2195 /* Figure out the argument list necessary to run LINE as a command. Try to
2500 /* Throw out the backslash and newline. */
2734 /* POSIX says we keep the backslash-newline, but throw out
2922 /* Figure out the argument list necessary to run LINE as a command. Try to