Searched refs:ex_readfp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_filter.c180 if (ex_readfp(sp, "filter", ofp, fm, &nread, 1))
256 if (ex_readfp(sp, "filter", ofp, tm, &nread, 1))
H A Dex_read.c279 rval = ex_readfp(sp, name, fp, &cmdp->addr1, &nlines, 0);
300 * ex_readfp --
303 * PUBLIC: int ex_readfp __P((SCR *, const char *, FILE *, MARK *, db_recno_t *, int));
306 ex_readfp(SCR *sp, const char *name, FILE *fp, MARK *fm, db_recno_t *nlinesp, int silent) function

Completed in 151 milliseconds