Symbol: outx
bin/sh/eval.c
480
flushout(outx);
bin/sh/eval.c
562
(void) outredir(outx, rn, ' ');
bin/sh/eval.c
567
flushout(outx);
bin/sh/eval.c
587
flushout(outx);
bin/sh/eval.c
651
(void) outredir(outx, rn, ' ');
bin/sh/eval.c
653
flushout(outx);
bin/sh/eval.c
665
flushout(outx);
bin/sh/eval.c
690
flushout(outx);
bin/sh/eval.c
993
if (outredir(outx, rn, sep))
bin/sh/eval.c
996
flushout(outx);
bin/sh/output.c
148
outstr(p, outx);
bin/sh/output.c
160
if (file == out2 || (file == outx && c == '\n'))
bin/sh/output.c
175
outshstr(p, outx);
bin/sh/output.c
653
flushout(outx);
bin/sh/output.c
658
outx = out2;
bin/sh/output.c
668
if (!(outx->flags & OUTPUT_CLONE))
bin/sh/output.c
669
sh_close(outx->fd);
bin/sh/output.c
677
outx = outxtop;
bin/sh/output.c
679
if (outx != out2) {
bin/sh/output.c
680
outx->flags &= ~OUTPUT_CLONE;
bin/sh/output.c
681
outx->fd = to_upper_fd(dup(out2->fd));
bin/sh/output.c
682
register_sh_fd(outx->fd, xtrace_fd_swap);
bin/sh/output.c
686
outx->fd, out2->fd));
bin/sh/output.c
696
new, (outx == out2 ? "out2: " : ""),
bin/sh/output.c
697
outx->fd, outx->buf, outx->nleft, outx->flags));
bin/sh/output.c
699
flushout(outx);
bin/sh/output.c
708
o->fd = outx->fd;
bin/sh/output.c
710
o->bufsize = outx->bufsize;
bin/sh/output.c
715
outx = o;
bin/sh/output.c
718
CTRACE(DBG_OUTPUT, ("-> fd=%d flags=%x[CLONE]\n", outx->fd, o->flags));
bin/sh/output.c
727
outx->fd, outx->buf, outx->nleft, outx->flags));
bin/sh/output.c
729
flushout(outx);
bin/sh/output.c
740
outx = o->chain;
bin/sh/output.c
741
if (outx == NULL)
bin/sh/output.c
742
outx = &errout;
bin/sh/output.c
753
outx->fd, outx->buf, outx->nleft, outx->flags));
bin/sh/output.c
93
struct output *outx = &errout;
bin/sh/output.h
106
#define outxc(c) outc(c, outx)
bin/sh/output.h
65
extern struct output *outx;