Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_txt.c81 if (TAILQ_NEXT(tp, q) != NULL || tp->lb_len < 32) { in ex_txt()
153 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1); in ex_txt()
298 ait.lb_len = 0; in ex_txt()
299 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai); in ex_txt()
427 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_txt.c307 if (TAILQ_NEXT(tp, q) != NULL || tp->lb_len < len + 32) { in v_txt()
314 BINC_RETW(sp, tp->lb, tp->lb_len, len); in v_txt()
805 FREE_SPACEW(sp, ait.lb, ait.lb_len); in v_txt()
825 ntp->lb_len, ntp->len + WMTSPACE + 32); in v_txt()
837 BINC_GOTOW(sp, ntp->lb, ntp->lb_len, ntp->len + 1); in v_txt()
927 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1); in v_txt()
970 ait.lb_len = 0; in v_txt()
971 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai); in v_txt()
1367 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1); in v_txt()
1808 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + nlen); in v_txt_auto()
[all …]
/netbsd-src/external/bsd/nvi/dist/common/
H A Dcut.c316 if ((tp->lb_len = total_len * sizeof(CHAR_T)) != 0) { in text_init()
317 MALLOC(sp, tp->lb, CHAR_T *, tp->lb_len * sizeof(CHAR_T)); in text_init()
H A Dcut.h32 size_t lb_len; /* Line buffer length. */ member