Lines Matching refs:offset

310 	size_t		 offset, rmargin;
313 offset = p->offset;
406 p->offset = offset;
428 p->offset = 0;
438 p->offset = p->rmargin;
446 p->offset = p->rmargin;
455 p->offset = 0;
496 p->offset = 0;
505 p->offset = p->rmargin;
506 p->rmargin = p->offset + vollen + titlen < p->maxrmargin ?
516 p->offset = p->rmargin;
523 p->offset = 0;
611 int i, offset, width;
644 offset = 0;
647 * First calculate width and offset. This is pretty easy unless
653 offset = a2width(p, bl->norm->Bl.offs);
654 if (offset < 0 && (size_t)(-offset) > p->offset)
655 offset = -p->offset;
656 else if (offset > SHRT_MAX)
657 offset = 0;
679 * Calculate the offset by applying all prior ROFFT_BODY,
686 offset += dcol + a2width(p,
714 if (width < 0 && (size_t)(-width) > p->offset)
715 width = -p->offset;
829 * margins shortened. The body for these lists has the offset
830 * necessarily lengthened. Everybody gets the offset.
833 p->offset += offset;
855 p->rmargin = p->offset + width;
857 p->offset += width;
861 p->rmargin = p->offset + width;
984 p->offset += term_len(p, 6);
986 p->offset += term_len(p, 1) + term_strlen(p, cp);
1000 p->rmargin = p->offset + term_len(p, 1);
1357 p->offset = term_len(p, p->defindent);
1385 p->offset = 0;
1425 p->offset += term_len(p, p->defindent + 1);
1454 p->rmargin = p->offset + term_len(p, 4);
1469 p->offset = p->rmargin;
1533 int offset;
1541 /* Handle the -offset argument. */
1547 p->offset += term_len(p, p->defindent + 1);
1549 p->offset += term_len(p, (p->defindent + 1) * 2);
1551 offset = a2width(p, n->norm->Bd.offs);
1552 if (offset < 0 && (size_t)(-offset) > p->offset)
1553 p->offset = 0;
1554 else if (offset < SHRT_MAX)
1555 p->offset += offset;
1575 lm = p->offset;
1584 p->offset = len >= rm ? 0 :
1588 p->offset = lm;
1728 p->offset = term_len(p, (p->defindent+1)/2);
1731 p->offset = term_len(p, p->defindent);
2001 p->rmargin = p->offset + term_len(p, 4);
2012 p->offset = p->rmargin;