Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDeval.c1090 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()
HDoutput.h52 extern struct output memout;
HDredir.c154 out1 = &memout; in redirect()
156 out2 = &memout; in redirect()
HDoutput.c74 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0}; variable
HDTOUR263 put, "errout" the standard error, and "memout" contains output
268 respectively, but they are set to point to memout when appropri-