| /src/bin/sh/ |
| 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...] |
| output.h | 63 #define outx out2 macro 65 extern struct output *outx; 106 #define outxc(c) outc(c, outx)
|
| eval.c | 480 flushout(outx); 562 (void) outredir(outx, rn, ' '); 567 flushout(outx); 587 flushout(outx); 651 (void) outredir(outx, rn, ' '); 653 flushout(outx); 665 flushout(outx); 690 flushout(outx); 993 if (outredir(outx, rn, sep)) 996 flushout(outx); [all...] |
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| preprocess.t | 20 my $outx = 'xxx The value of $x is 119'; 27 my @result = ($outx, $outy, $outz, $outz);
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| preprocess.t | 20 my $outx = 'xxx The value of $x is 119'; 27 my @result = ($outx, $outy, $outz, $outz);
|
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| 12-preprocess.t | 23 my $outx = 'xxx The value of $x is 119'; 30 @result = ($outx, $outy, $outz, $outz);
|
| /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:
|