Lines Matching defs:out
78 register char *in, *out, *p;
86 out = in;
87 while (out > line && out[-1] == '\\')
88 --out;
105 if (in == out - 1)
111 *out++ = '\\';
121 while (out > line && isblank ((unsigned char)out[-1]))
122 --out;
123 *out++ = ' ';
127 *out++ = '\n';
143 *out++ = *in++;
146 *out++ = *in++;
149 *out = '\0';
395 register char *out = (char *) xmalloc (length + 1);
397 bcopy (str, out, length);
398 out[length] = '\0';
399 return out;
882 when it tries to write out that buffered data. Thus, you would be