Searched refs:memout (Results 1 – 6 of 6) sorted by relevance
80 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable94 if (memout.buf != NULL) {95 ckfree(memout.buf);96 memout.buf = NULL;
52 extern struct output memout;
981 memout.nleft = 0; in evalcommand()982 memout.nextc = memout.buf; in evalcommand()983 memout.bufsize = 64; in evalcommand()1049 backcmd->buf = memout.buf; in evalcommand()1050 backcmd->nleft = memout.nextc - memout.buf; in evalcommand()1051 memout.buf = NULL; in evalcommand()
168 out1 = &memout; in redirect()170 out2 = &memout; in redirect()
1016 if (memout.buf != NULL) { in reset()1017 ckfree(memout.buf); in reset()1018 memout.buf = NULL; in reset()
332 put, "errout" the standard error, and "memout" contains output337 respectively, but they are set to point to memout when appropri-