Searched refs:soutput (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt6.c | 21 extern char *soutput; 130 if (soutput == 0) in baddrop() 133 strcpy(soutput, output); in baddrop()
|
H A D | glue1.c | 37 char *sinput, *soutput, *tagout; variable 104 soutput = argv[1]; in huntmain() 254 fprintf(stderr, "tagout is /%s/, sout /%s/\n", tagout, soutput); in huntmain() 261 fprintf(stderr, "string out is /%s/\n", soutput); in huntmain()
|
H A D | hunt1.c | 37 char *sinput, *soutput, *tagout; variable 103 soutput = argv[1]; in main()
|
H A D | hunt5.c | 19 extern char *soutput, *tagout, usedir[];
|