Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ex/
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/ntp/dist/ntpd/
Drefclock_nmea.c274 u_short lb_len; member
599 up->lb_len = 0; in nmea_timer()
668 checkres = field_init(&rdata, up->lb_buf, up->lb_len); in nmea_procrec()
682 refnumtoa(&peer->srcadr), up->lb_len, in nmea_procrec()
776 refnumtoa(&peer->srcadr), up->lb_len, up->lb_buf)); in nmea_procrec()
887 refclock_save_lcode(pp, up->lb_buf, up->lb_len); in nmea_procrec()
969 refclock_save_lcode(pp, up->lb_buf, up->lb_len); in nmea_procrec()
1042 if (up->lb_len >= sizeof(up->lb_buf)) in nmea_receive()
1043 up->lb_len = 0; in nmea_receive()
1046 dp = up->lb_buf + up->lb_len; in nmea_receive()
[all …]
/netbsd/src/external/bsd/nvi/dist/vi/
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/
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()
Dcut.h32 size_t lb_len; /* Line buffer length. */ member