closefunc
(void) fdwalk(closefunc, NULL);
if (closefunc != NULL && fin != NULL)
(*closefunc)(fin);
int (*closefunc)();
closefunc = NULL;
closefunc = mypclose;
closefunc = fclose;
if (closefunc != NULL)
(*closefunc)(fout);
if (closefunc != NULL && fout != NULL)
(*closefunc)(fout);
int (*closefunc)();
closefunc = NULL;
closefunc = mypclose;
closefunc = fclose;
if (closefunc != NULL)
(*closefunc)(fin);
if (closefunc != NULL)
(*closefunc)(fin);
if (closefunc != NULL)
(*closefunc)(fin);
if (closefunc != NULL)
(*closefunc)(fin);
if (closefunc != NULL)
(*closefunc)(fin);
if (closefunc != NULL)
(*closefunc)(fin);
(void) fdwalk(closefunc, NULL);
static int closefunc(void *, int);
(void) fdwalk(closefunc, NULL);
swsub_case_close_func_t *closefunc;
if ((closefunc = sw_sub_case_close_func(hdl, datap->sc_type)) != NULL)
closefunc(hdl, cp);