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

/openbsd-current/usr.bin/vi/ex/
H A Dex_write.c267 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, argument
282 if (nlno != NULL) {
284 *nlno = 0;
356 if (nlno != NULL) {
358 *nlno = lcnt;
/openbsd-current/usr.bin/vi/common/
H A Dexf.c740 u_long nlno, nch; local
864 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
922 "%s: new file: %lu lines, %lu characters", p, nlno, nch);
930 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);

Completed in 112 milliseconds