Searched refs:memout (Results 1 – 5 of 5) sorted by relevance
1080 memout.nextc = memout.buf; in evalcommand()1131 backcmd->buf = memout.buf; in evalcommand()1132 backcmd->nleft = memout.buf != NULL ? in evalcommand()1133 memout.nextc - memout.buf : 0; in evalcommand()1134 memout.buf = NULL; in evalcommand()1135 memout.nextc = NULL; in evalcommand()1136 memout.bufend = NULL; in evalcommand()1137 memout.bufsize = 64; in evalcommand()
165 out1 = &memout; in redirect()167 out2 = &memout; in redirect()
55 extern struct output memout;
78 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable
276 put, "errout" the standard error, and "memout" contains output281 respectively, but they are set to point to memout when appropri-