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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_filter.c177 if (ex_readfp(sp, "filter", ofp, fm, &nread, 1))
252 if (ex_readfp(sp, "filter", ofp, tm, &nread, 1))
H A Dex_read.c270 rval = ex_readfp(sp, name, fp, &cmdp->addr1, &nlines, 0);
291 * ex_readfp --
294 * PUBLIC: int ex_readfp(SCR *, char *, FILE *, MARK *, recno_t *, int);
297 ex_readfp(SCR *sp, char *name, FILE *fp, MARK *fm, recno_t *nlinesp, int silent) function
H A Dextern.h72 int ex_readfp(SCR *, char *, FILE *, MARK *, recno_t *, int);

Completed in 51 milliseconds