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

/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.h138 size_t newl_cnt; /* Newlines in replacement. */ member in struct:_scr
H A Dscreen.c103 sp->newl_cnt = orig->newl_cnt;
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_subst.c306 if (sp->newl_len == sp->newl_cnt) { \
726 if (sp->newl_cnt) {
728 cnt < sp->newl_cnt; ++cnt, ++lno, ++elno) {
737 sp->newl_cnt = 0;
792 if (sp->newl_cnt) {
794 cnt < sp->newl_cnt; ++cnt, ++lno, ++elno) {
802 sp->newl_cnt = 0;
1349 sp->newl[sp->newl_cnt++] = lbclen; \

Completed in 107 milliseconds