Home
last modified time | relevance | path

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

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