Searched refs:lb_len (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_txt.c76 if (TAILQ_NEXT(tp, q) != NULL || tp->lb_len < 32) {
148 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1);
293 ait.lb_len = 0;
294 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai);
414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1);
/freebsd-11.0-release/contrib/nvi/common/
H A Dcut.h31 size_t lb_len; /* Line buffer length. */ member in struct:_text
H A Dcut.c309 if ((tp->lb_len = total_len * sizeof(CHAR_T)) != 0) {
310 MALLOC(sp, tp->lb, CHAR_T *, tp->lb_len);
/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_txt.c299 tp->lb_len < (len + 32) * sizeof(CHAR_T)) {
306 BINC_RETW(sp, tp->lb, tp->lb_len, len);
793 FREE_SPACEW(sp, ait.lb, ait.lb_len);
813 ntp->lb_len, ntp->len + WMTSPACE + 32);
825 BINC_GOTOW(sp, ntp->lb, ntp->lb_len, ntp->len + 1);
915 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1);
958 ait.lb_len = 0;
959 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai);
1359 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1);
1796 BINC_RETW(sp, tp->lb, tp->lb_len, t
[all...]

Completed in 58 milliseconds