Lines Matching defs:closefunc
743 int (*closefunc)();
761 closefunc = NULL;
795 closefunc = mypclose;
805 closefunc = fclose;
822 if (closefunc != NULL)
823 (*closefunc)(fin);
833 if (closefunc != NULL)
834 (*closefunc)(fin);
840 if (closefunc != NULL)
841 (*closefunc)(fin);
853 if (closefunc != NULL)
854 (*closefunc)(fin);
866 if (closefunc != NULL)
867 (*closefunc)(fin);
961 if (closefunc != NULL)
962 (*closefunc)(fin);
1023 if (closefunc != NULL && fin != NULL)
1024 (*closefunc)(fin);
1052 int (*closefunc)();
1070 closefunc = NULL;
1211 closefunc = mypclose;
1218 closefunc = fclose;
1342 if (closefunc != NULL)
1343 (*closefunc)(fout);
1446 if (closefunc != NULL && fout != NULL)
1447 (*closefunc)(fout);