Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_txt.c72 if (TAILQ_NEXT(tp, q) != NULL || tp->lb_len < 32) { in ex_txt()
144 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1); in ex_txt()
289 ait.lb_len = 0; in ex_txt()
290 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai); in ex_txt()
414 BINC_RETW(sp, tp->lb, tp->lb_len, tabs + spaces + 1); in txt_dent()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_nmea.c272 u_short lb_len; member
597 up->lb_len = 0; in nmea_timer()
680 refnumtoa(&peer->srcadr), up->lb_len, in nmea_procrec()
774 refnumtoa(&peer->srcadr), up->lb_len, up->lb_buf)); in nmea_procrec()
885 refclock_save_lcode(pp, up->lb_buf, up->lb_len); in nmea_procrec()
967 refclock_save_lcode(pp, up->lb_buf, up->lb_len); in nmea_procrec()
1040 if (up->lb_len >= sizeof(up->lb_buf)) in nmea_receive()
1041 up->lb_len = 0; in nmea_receive()
1044 dp = up->lb_buf + up->lb_len; in nmea_receive()
1063 up->lb_len = (int)(dp - up->lb_buf); in nmea_receive()
[all …]
/freebsd/contrib/nvi/vi/
H A Dv_txt.c295 tp->lb_len < (len + 32) * sizeof(CHAR_T)) { in v_txt()
302 BINC_RETW(sp, tp->lb, tp->lb_len, len); in v_txt()
780 FREE_SPACEW(sp, ait.lb, ait.lb_len); in v_txt()
800 ntp->lb_len, ntp->len + WMTSPACE + 32); in v_txt()
902 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1); in v_txt()
945 ait.lb_len = 0; in v_txt()
946 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai); in v_txt()
1329 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1); in v_txt()
2106 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + 1); in txt_fc()
2466 tp->lb, tp->lb_len, tp->len + olen); in txt_insch()
[all …]
/freebsd/contrib/nvi/common/
H A Dcut.c292 if ((tp->lb_len = total_len * sizeof(CHAR_T)) != 0) { in text_init()
293 MALLOC(sp, tp->lb, tp->lb_len); in text_init()
H A Dcut.h29 size_t lb_len; /* Line buffer length. */ member