HomeSort by: relevance | last modified time | path
    Searched refs:memout (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
output.h 59 extern struct output memout;
output.c 89 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;
eval.c 1396 memout.nleft = 0;
1397 memout.nextc = memout.buf;
1398 memout.bufsize = 64;
1485 backcmd->buf = memout.buf;
1486 backcmd->nleft = memout.nextc - memout.buf;
1487 memout.buf = NULL;
redir.c 364 out1 = &memout;
366 out2 = &memout;

Completed in 15 milliseconds