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

  /src/bin/sh/
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;
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;

Completed in 131 milliseconds