Searched refs:memout (Results 1 – 5 of 5) sorted by relevance
74 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable88 if (memout.buf != NULL) {89 ckfree(memout.buf);90 memout.buf = NULL;
1038 memout.nleft = 0; in evalcommand()1039 memout.nextc = memout.buf; in evalcommand()1040 memout.bufsize = 64; in evalcommand()1085 backcmd->buf = memout.buf; in evalcommand()1086 backcmd->nleft = memout.nextc - memout.buf; in evalcommand()1087 memout.buf = NULL; in evalcommand()
155 out1 = &memout; in redirect()157 out2 = &memout; in redirect()
52 extern struct output memout;
294 put, "errout" the standard error, and "memout" contains output299 respectively, but they are set to point to memout when appropri-