Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_filter.c234 _exit(ex_writefp(sp, "filter", ifp, fm, tm, NULL, NULL, 1)); in ex_filter()
HDextern.h127 int ex_writefp(SCR *,
HDex_write.c285 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) in ex_writefp() function
/NextBSD/contrib/nvi/common/
HDexf.c912 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0); in file_write()