Searched refs:memout (Results 1 – 5 of 5) sorted by relevance
1090 memout.nleft = 0; in evalcommand()1091 memout.nextc = memout.buf; in evalcommand()1092 memout.bufsize = 64; in evalcommand()1143 backcmd->buf = memout.buf; in evalcommand()1144 backcmd->nleft = memout.nextc - memout.buf; in evalcommand()1145 memout.buf = NULL; in evalcommand()
52 extern struct output memout;
154 out1 = &memout; in redirect()156 out2 = &memout; in redirect()
74 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable
263 put, "errout" the standard error, and "memout" contains output268 respectively, but they are set to point to memout when appropri-