Searched refs:memout (Results 1 – 5 of 5) sorted by relevance
1069 memout.nextc = memout.buf; in evalcommand()1118 backcmd->buf = memout.buf; in evalcommand()1119 backcmd->nleft = memout.buf != NULL ? in evalcommand()1120 memout.nextc - memout.buf : 0; in evalcommand()1121 memout.buf = NULL; in evalcommand()1122 memout.nextc = NULL; in evalcommand()1123 memout.bufend = NULL; in evalcommand()1124 memout.bufsize = 64; in evalcommand()
52 extern struct output memout;
157 out1 = &memout; in redirect()159 out2 = &memout; in redirect()
70 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable
274 put, "errout" the standard error, and "memout" contains output279 respectively, but they are set to point to memout when appropri-