Searched refs:soutput (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/refer/ |
H A D | hunt6.c | 23 extern char *soutput; 132 if (soutput == 0) in baddrop() 135 strcpy(soutput, output); in baddrop()
|
H A D | glue1.c | 39 char *sinput, *soutput, *tagout; variable 106 soutput = argv[1]; in huntmain() 256 fprintf(stderr, "tagout is /%s/, sout /%s/\n", tagout, soutput); in huntmain() 263 fprintf(stderr, "string out is /%s/\n", soutput); in huntmain()
|
H A D | hunt1.c | 39 char *sinput, *soutput, *tagout; variable 105 soutput = argv[1]; in main()
|
H A D | hunt5.c | 21 extern char *soutput, *tagout, usedir[];
|