Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/ex/
Dex_write.c281 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) in ex_writefp() argument
295 if (nlno != NULL) { in ex_writefp()
297 *nlno = 0; in ex_writefp()
366 if (nlno != NULL) { in ex_writefp()
368 *nlno = lcnt; in ex_writefp()
/freebsd-12-stable/contrib/nvi/common/
Dexf.c746 u_long nlno, nch; local
903 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
969 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
975 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);