Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Deval.c1080 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()
Dredir.c165 out1 = &memout; in redirect()
167 out2 = &memout; in redirect()
Doutput.h55 extern struct output memout;
Doutput.c78 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable
DTOUR276 put, "errout" the standard error, and "memout" contains output
281 respectively, but they are set to point to memout when appropri-