Home | History | Annotate | Download | only in pr

Lines Matching defs:fbuf

811 	FILE **fbuf = NULL;
830 if ((fbuf = calloc(clcnt, sizeof(FILE *))) == NULL)
849 if ((fbuf[j] = nxtfile(argc, argv, &fname, ohbuf, 1)) == NULL)
851 if (pgnm && (inskip(fbuf[j], pgnm, lines)))
852 fbuf[j] = NULL;
921 if (fbuf[j] == NULL) {
926 } else if ((cnt = inln(fbuf[j], ptbf, colwd,
931 if (fbuf[j] != stdin)
932 (void)fclose(fbuf[j]);
933 fbuf[j] = NULL;
1005 if (fbuf) {
1007 if (fbuf[j] && fbuf[j] != stdin)
1008 (void)fclose(fbuf[j]);
1009 free(fbuf);