Lines Matching refs:refsfound
60 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()
531 rewind(refsfound); in countrefs()
613 if (refsfound == NULL) { in seekline()
617 rewind(refsfound); in seekline()
621 while (nextline < line && (c = getc(refsfound)) != EOF) { in seekline()