Lines Matching defs:bu
569 int bu; /* Width in basic units. */
682 bu = -term_len(p, p->col);
684 bu = 0;
687 bu += term_hspan(p, &su);
688 if (bu >= 0) {
689 while (bu > 0) {
690 bu -= term_len(p, 1);
703 if (term_len(p, p->col) >= (size_t)(-bu)) {
704 p->col -= -bu / term_len(p, 1);
706 bu += term_len(p, p->col);
708 if (p->tcol->offset > (size_t)(-bu)) {
709 p->ti += bu;
710 p->tcol->offset += bu;
720 bu = term_hspan(p, &su);
721 if (bu <= 0) {
726 lsz = bu;