Home
last modified time | relevance | path

Searched refs:memout (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/bin/sh/
Doutput.c74 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable
88 if (memout.buf != NULL) {
89 ckfree(memout.buf);
90 memout.buf = NULL;
Deval.c1038 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()
Dredir.c155 out1 = &memout; in redirect()
157 out2 = &memout; in redirect()
Doutput.h52 extern struct output memout;
DTOUR294 put, "errout" the standard error, and "memout" contains output
299 respectively, but they are set to point to memout when appropri-