Searched refs:memout (Results 1 - 4 of 4) sorted by last modified time

/netbsd-current/bin/sh/
H A Deval.c1308 memout.nleft = 0;
1309 memout.nextc = memout.buf;
1310 memout.bufsize = 64;
1393 backcmd->buf = memout.buf;
1394 backcmd->nleft = memout.nextc - memout.buf;
1395 memout.buf = NULL;
H A Doutput.c89 struct output memout = {NULL, 0, 0, NULL, MEM_OUT, 0 CHAIN }; variable in typeref:struct:output
106 if (memout.buf != NULL) {
107 ckfree(memout.buf);
108 memout.buf = NULL;
H A Dredir.c312 out1 = &memout;
314 out2 = &memout;
H A Doutput.h59 extern struct output memout;

Completed in 143 milliseconds