Searched defs:tagout (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | glue1.c | 39 char *sinput, *soutput, *tagout; variable 116 tagout = argv[1]; 234 tagout[0] = 0; 236 grepcall(sinput, tagout, indexname); 256 fprintf(stderr, "tagout is /%s/, sout /%s/\n", tagout, soutput); 262 fprintf(stderr, "tagout is /%s/\n", tagout); 282 grepcall(grepquery, tagout, *fgp); 284 fprintf(stderr, "tagout no [all...] |
H A D | hunt1.c | 39 char *sinput, *soutput, *tagout; variable 115 tagout = argv[1]; 203 if (tagout) tagout[0] = 0; 241 if (tagout == 0) 242 tagout = tgbuff; 243 grepcall(grepquery, tagout, *fgp); 245 fprintf(stderr, "tagout now /%s/\n", tagout); 252 tagp = tagout; [all...] |
Completed in 56 milliseconds