Searched refs:lb_len (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_txt.c | 72 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 D | refclock_nmea.c | 272 u_short lb_len; member 597 up->lb_len = 0; in nmea_timer() 666 checkres = field_init(&rdata, up->lb_buf, up->lb_len); in nmea_procrec() 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() [all...] |
/freebsd/contrib/nvi/vi/ |
H A D | v_txt.c | 295 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() 812 BINC_GOTOW(sp, ntp->lb, ntp->lb_len, ntp->len + 1); 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() 1769 BINC_RETW(sp, tp->lb, tp->lb_len, tp->len + nlen); in v_txt_auto() [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | cut.c | 292 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 D | cut.h | 29 size_t lb_len; /* Line buffer length. */ member
|