Searched refs:refsfound (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c54 if (refsfound == NULL) {
61 if (fscanf(refsfound, "%s%*s%s", file, linenum) == 2) {
77 if (refsfound == NULL) {
84 while (fscanf(refsfound, "%s%*s%s%*[^\n]", file, linenum) == 2) {
H A Ddisplay.c60 FILE *refsfound; /* references found file */ variable
224 if (fscanf(refsfound, "%s%s%s %[^\n]", file, function,
427 (void) putc(c, refsfound);
435 (void) freopen(temp1, "r", refsfound);
440 if ((c = getc(refsfound)) == EOF) {
458 (void) ungetc(c, refsfound);
469 if (refsfound == NULL) {
470 if ((refsfound = fopen(temp1, "w")) == NULL) {
474 } else if (freopen(temp1, "w", refsfound) == NULL) {
502 while ((i = fscanf(refsfound, "
[all...]
H A Dcommand.c241 while ((c = getc(refsfound)) != EOF) {
293 while ((c = getc(refsfound)) != EOF) {
470 (void) putc(c, refsfound);
472 (void) putc(c, refsfound);
475 (void) freopen(temp1, "r", refsfound);
608 for (i = 0; fscanf(refsfound, "%s%*s%s%*[^\n]", newfile, linenum) == 2;
H A Dfind.c458 (void) fprintf(refsfound, "%s ", filepath(file));
462 putline(refsfound);
463 (void) putc(' ', refsfound);
466 putsource(refsfound);
666 if (egrep(file, refsfound, "%s <unknown> %ld ") < 0) {
690 (void) fprintf(refsfound, "%s <unknown> 1 <unknown>\n",
1062 output = refsfound;
H A Dglobal.h145 extern FILE *refsfound; /* references found file */
H A Dmain.c466 while ((c = getc(refsfound)) != EOF) {
503 while ((c = getc(refsfound)) != EOF) {
937 if (refsfound != NULL) {
938 (void) fclose(refsfound);
939 refsfound = NULL;

Completed in 82 milliseconds