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

  /src/bin/sh/
output.h 63 #define outx out2 macro
65 extern struct output *outx;
106 #define outxc(c) outc(c, outx)
output.c 93 struct output *outx = &errout; variable in typeref:struct:output
148 outstr(p, outx);
160 if (file == out2 || (file == outx && c == '\n'))
175 outshstr(p, outx);
653 flushout(outx);
658 outx = out2;
668 if (!(outx->flags & OUTPUT_CLONE))
669 sh_close(outx->fd);
673 * need a new output struct to become outx
677 outx = outxtop
    [all...]

Completed in 14 milliseconds