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

/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_write.c286 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) argument
304 if (nlno != NULL) {
306 *nlno = 0;
399 if (nlno != NULL) {
401 *nlno = lcnt;
/freebsd-10.0-release/contrib/nvi/common/
H A Dexf.c757 u_long nlno, nch; local
911 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
968 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
974 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);

Completed in 69 milliseconds