Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Deval.c1069 memout.nextc = memout.buf; in evalcommand()
1118 backcmd->buf = memout.buf; in evalcommand()
1119 backcmd->nleft = memout.buf != NULL ? in evalcommand()
1120 memout.nextc - memout.buf : 0; in evalcommand()
1121 memout.buf = NULL; in evalcommand()
1122 memout.nextc = NULL; in evalcommand()
1123 memout.bufend = NULL; in evalcommand()
1124 memout.bufsize = 64; in evalcommand()
H A Doutput.h52 extern struct output memout;
H A Dredir.c157 out1 = &memout; in redirect()
159 out2 = &memout; in redirect()
H A Doutput.c70 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable
H A DTOUR274 put, "errout" the standard error, and "memout" contains output
279 respectively, but they are set to point to memout when appropri-