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

/openbsd-current/usr.bin/vi/ex/
H A Dex_filter.c106 * This instance of ifp is closed by ex_writefp.
108 if (ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1))
254 * ex_writefp.
259 _exit(ex_writefp(sp, "filter",
H A Dex_write.c260 * ex_writefp --
263 * PUBLIC: int ex_writefp(SCR *,
267 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, function
289 * and one of them calls ex_writefp(). The "unsafe" function calls
/openbsd-current/usr.bin/vi/include/
H A Dex_extern.h121 int ex_writefp(SCR *, char *, FILE *, MARK *, MARK *, u_long *, u_long *, int);
/openbsd-current/usr.bin/vi/common/
H A Dexf.c864 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
884 * If the write failed, complain loudly. ex_writefp() has already

Completed in 265 milliseconds