Lines Matching refs:fbuf
801 FILE **fbuf = NULL; in mulfile() local
820 if ((fbuf = (FILE **)malloc((unsigned)clcnt*sizeof(FILE *))) == NULL) { in mulfile()
843 if ((fbuf[j] = nxtfile(argc, argv, &fname, ohbuf, 1)) == NULL) in mulfile()
845 if (pgnm && (inskip(fbuf[j], pgnm, lines))) in mulfile()
846 fbuf[j] = NULL; in mulfile()
919 if (fbuf[j] == NULL) { in mulfile()
924 } else if ((cnt = inln(fbuf[j], ptbf, colwd, in mulfile()
929 if (fbuf[j] != stdin) in mulfile()
930 (void)fclose(fbuf[j]); in mulfile()
931 fbuf[j] = NULL; in mulfile()
997 free(fbuf); in mulfile()