Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/refer/
H A Dhunt6.c21 extern char *soutput;
130 if (soutput == 0) in baddrop()
133 strcpy(soutput, output); in baddrop()
H A Dglue1.c37 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 Dhunt1.c37 char *sinput, *soutput, *tagout; variable
103 soutput = argv[1]; in main()
H A Dhunt5.c19 extern char *soutput, *tagout, usedir[];