Searched refs:memout (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/bin/sh/
H A Doutput.h55 extern struct output memout;
56 extern struct output *out1; /* &memout if backquote, otherwise &output */
57 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise
H A Deval.c1080 memout.nextc = memout.buf;
1131 backcmd->buf = memout.buf;
1132 backcmd->nleft = memout.buf != NULL ?
1133 memout.nextc - memout.buf : 0;
1134 memout.buf = NULL;
1135 memout.nextc = NULL;
1136 memout.bufend = NULL;
1137 memout
[all...]
H A Doutput.c78 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable in typeref:struct:output
H A Dredir.c165 out1 = &memout;
167 out2 = &memout;

Completed in 104 milliseconds