Home
last modified time | relevance | path

Searched refs:soutput (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/refer/
H A Dhunt6.c23 extern char *soutput;
132 if (soutput == 0) in baddrop()
135 strcpy(soutput, output); in baddrop()
H A Dglue1.c39 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 Dhunt1.c39 char *sinput, *soutput, *tagout; variable
105 soutput = argv[1]; in main()
H A Dhunt5.c21 extern char *soutput, *tagout, usedir[];