Searched refs:ex_writefp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_filter.c229 * pipe. This instance of ifp is closed by ex_writefp.
234 _exit(ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1));
H A Dextern.h127 int ex_writefp __P((SCR *,
H A Dex_write.c279 * ex_writefp --
282 * PUBLIC: int ex_writefp __P((SCR *,
286 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) function
311 * and one of them calls ex_writefp(). The "unsafe" function calls
/freebsd-10.1-release/contrib/nvi/common/
H A Dexf.c911 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
930 * If the write failed, complain loudly. ex_writefp() has already

Completed in 204 milliseconds