Lines Matching refs:e_xfp
135 if (CurEnv->e_xfp != NULL)
136 (void) sm_io_flush(CurEnv->e_xfp, SM_TIME_DEFAULT);
332 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
337 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
341 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
429 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
434 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
438 (void) sm_io_fprintf(e->e_xfp, SM_TIME_DEFAULT,
681 SM_CLOSE_FP(e->e_xfp);
786 e->e_xfp != NULL)
787 OutChannel = e->e_xfp;
887 if (e->e_xfp != NULL)
896 e->e_xfp = bfopen(p, FileMode, XscriptFileBufferSize,
899 if (e->e_xfp == NULL)
902 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
904 if (e->e_xfp == NULL)
907 (void) sm_io_setvbuf(e->e_xfp, SM_TIME_DEFAULT, NULL, SM_IO_LBF, 0);
911 dumpfd(sm_io_getinfo(e->e_xfp, SM_IO_WHAT_FD, NULL), true,
932 if (e->e_xfp == NULL)
938 SM_CLOSE_FP(e->e_xfp);