Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/nvi/ex/
HDex_subst.c301 if (sp->newl_len == sp->newl_cnt) { \
723 if (sp->newl_cnt) { in s()
725 cnt < sp->newl_cnt; ++cnt, ++lno, ++elno) { in s()
734 sp->newl_cnt = 0; in s()
789 if (sp->newl_cnt) { in s()
791 cnt < sp->newl_cnt; ++cnt, ++lno, ++elno) { in s()
799 sp->newl_cnt = 0; in s()
1345 sp->newl[sp->newl_cnt++] = lbclen; \ in re_sub()
/freebsd-13-stable/contrib/nvi/common/
HDscreen.c96 sp->newl_cnt = orig->newl_cnt; in screen_init()
HDscreen.h136 size_t newl_cnt; /* Newlines in replacement. */ member