refsfound 327 gtags-cscope/command.c while ((c = getc(refsfound)) != EOF) { refsfound 384 gtags-cscope/command.c while ((c = getc(refsfound)) != EOF) { refsfound 615 gtags-cscope/command.c putc(c, refsfound); refsfound 617 gtags-cscope/command.c putc(c, refsfound); refsfound 620 gtags-cscope/command.c fclose(refsfound); refsfound 621 gtags-cscope/command.c if ( (refsfound = myfopen(temp1, "rb")) == NULL) { refsfound 758 gtags-cscope/command.c fscanf(refsfound, "%" PATHLEN_STR "s%*s%" NUMLEN_STR "s%*[^\n]", newfile, linenum) == 2; refsfound 915 gtags-cscope/command.c while ((i = fscanf(refsfound, "%250s%250s%5s %5000[^\n]", file, refsfound 946 gtags-cscope/command.c rewind(refsfound); refsfound 173 gtags-cscope/display.c if (refsfound == NULL) { refsfound 240 gtags-cscope/display.c if (fscanf(refsfound, "%" PATHLEN_STR "s%" PATHLEN_STR "s%" NUMLEN_STR "s %" TEMPSTRING_LEN_STR "[^\n]", file, function, refsfound 445 gtags-cscope/display.c (void) fclose(refsfound); refsfound 466 gtags-cscope/display.c (void) fclose(refsfound); refsfound 468 gtags-cscope/display.c if ((refsfound = myfopen(temp1, "r")) == NULL) { refsfound 477 gtags-cscope/display.c if ((c = getc(refsfound)) == EOF) { refsfound 488 gtags-cscope/display.c (void) ungetc(c, refsfound); refsfound 670 gtags-cscope/display.c if (refsfound == NULL) { refsfound 674 gtags-cscope/display.c rewind(refsfound); refsfound 678 gtags-cscope/display.c while (nextline < line && (c = getc(refsfound)) != EOF) { refsfound 739 gtags-cscope/display.c if (refsfound == NULL) { refsfound 740 gtags-cscope/display.c if ((refsfound = myfopen(temp1, "wb")) == NULL) { refsfound 745 gtags-cscope/display.c (void) fclose(refsfound); refsfound 746 gtags-cscope/display.c if ( (refsfound = myfopen(temp1, "wb")) == NULL) { refsfound 59 gtags-cscope/edit.c if (refsfound == NULL) { refsfound 66 gtags-cscope/edit.c if (fscanf(refsfound, "%" PATHLEN_STR "s%*s%" NUMLEN_STR "s", file, linenum) == 2) { refsfound 82 gtags-cscope/edit.c if (refsfound == NULL) { refsfound 89 gtags-cscope/edit.c while (fscanf(refsfound, "%" PATHLEN_STR "s%*s%" NUMLEN_STR "s%*[^\n]", file, linenum) == 2) { refsfound 225 gtags-cscope/global-cscope.h extern FILE *refsfound; /**< references found file */ refsfound 112 gtags-cscope/gtags-cscope.c FILE *refsfound; /**< references found file */ refsfound 444 gtags-cscope/gtags-cscope.c while ((c = getc(refsfound)) != EOF) refsfound 477 gtags-cscope/gtags-cscope.c while ((c = getc(refsfound)) != EOF) { refsfound 630 gtags-cscope/gtags-cscope.c if (refsfound != NULL) refsfound 631 gtags-cscope/gtags-cscope.c fclose(refsfound);