Lines Matching refs:offset

47 	size_t		  offset; /* default offset to visible page */  member
168 mt.offset = term_len(p, p->defindent); in terminal_man()
259 p->tcol->offset = p->tcol->rmargin; in pre_literal()
370 p->tcol->offset = mt->offset; in pre_in()
390 p->tcol->offset -= p->tcol->offset > v ? v : p->tcol->offset; in pre_in()
392 p->tcol->offset += v; in pre_in()
394 p->tcol->offset = v; in pre_in()
395 if (p->tcol->offset > SHRT_MAX) in pre_in()
396 p->tcol->offset = term_len(p, p->defindent); in pre_in()
442 if (len < 0 && (size_t)(-len) > mt->offset) in pre_HP()
443 len = -mt->offset; in pre_HP()
450 p->tcol->offset = mt->offset; in pre_HP()
451 p->tcol->rmargin = mt->offset + len; in pre_HP()
477 p->tcol->offset = mt->offset; in post_HP()
496 p->tcol->offset = mt->offset; in pre_PP()
531 if (len < 0 && (size_t)(-len) > mt->offset) in pre_IP()
532 len = -mt->offset; in pre_IP()
541 p->tcol->offset = mt->offset; in pre_IP()
542 p->tcol->rmargin = mt->offset + len; in pre_IP()
547 p->tcol->offset = mt->offset + len; in pre_IP()
570 p->tcol->offset = mt->offset; in post_IP()
606 if (len < 0 && (size_t)(-len) > mt->offset) in pre_TP()
607 len = -mt->offset; in pre_TP()
616 p->tcol->offset = mt->offset; in pre_TP()
617 p->tcol->rmargin = mt->offset + len; in pre_TP()
630 p->tcol->offset = mt->offset + len; in pre_TP()
652 p->tcol->offset = mt->offset; in post_TP()
667 mt->offset = term_len(p, p->defindent); in pre_SS()
683 p->tcol->offset = term_len(p, 3); in pre_SS()
684 p->tcol->rmargin = mt->offset; in pre_SS()
685 p->trailspace = mt->offset; in pre_SS()
689 p->tcol->offset = mt->offset; in pre_SS()
708 mt->offset = term_len(p, p->defindent); in pre_SH()
724 p->tcol->offset = 0; in pre_SH()
725 p->tcol->rmargin = mt->offset; in pre_SH()
726 p->trailspace = mt->offset; in pre_SH()
730 p->tcol->offset = mt->offset; in pre_SH()
779 if (n->aux < 0 && (size_t)(-n->aux) > mt->offset) in pre_RS()
780 n->aux = -mt->offset; in pre_RS()
784 mt->offset += n->aux; in pre_RS()
785 p->tcol->offset = mt->offset; in pre_RS()
808 mt->offset -= n->parent->head->aux; in post_RS()
809 p->tcol->offset = mt->offset; in post_RS()
837 p->tcol->offset = mt->offset; in pre_SY()
838 p->tcol->rmargin = mt->offset + len; in pre_SY()
846 p->tcol->offset = mt->offset + len; in pre_SY()
868 p->tcol->offset = mt->offset; in post_SY()
985 p->tcol->offset = p->tcol->rmargin; in print_man_node()
1037 p->tcol->offset = 0; in print_man_foot()
1047 p->tcol->offset = p->tcol->rmargin; in print_man_foot()
1061 p->tcol->offset = p->tcol->rmargin; in print_man_foot()
1075 p->tcol->offset = 0; in print_man_foot()
1101 p->tcol->offset = 0; in print_man_head()
1112 p->tcol->offset = p->tcol->rmargin; in print_man_head()
1113 p->tcol->rmargin = p->tcol->offset + vollen + titlen < in print_man_head()
1125 p->tcol->offset = p->tcol->rmargin; in print_man_head()
1132 p->tcol->offset = 0; in print_man_head()