HomeSort by: relevance | last modified time | path
    Searched defs:outx (Results 1 - 3 of 3) 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...]
  /src/usr.bin/vndcompress/
Makefile 15 XFAIL+= oneblock.in-outx
22 XFAIL+= tenblock.in-outx
29 XFAIL+= smallfile.in-outx
55 XFAIL+= extrablock.in-outx
62 XFAIL+= medfile.in-outx
230 TESTSUFFIXES+= in cl2 cl2x out outx
234 TESTFORMS+= in outx
262 .SUFFIXES: .cl2 .cl2x .in .out .outx
279 .cl2.outx:

Completed in 12 milliseconds