Lines Matching refs:term_len
155 p->tabwidth = term_len(p, 5); in terminal_man()
168 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man()
169 mt.offset = term_len(p, p->defindent); in terminal_man()
551 one = term_len(p, 1); in pre_HP()
591 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP()
639 len = term_len(p, 1); in pre_IP()
730 len = term_len(p, 1); in pre_TP()
791 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SS()
792 mt->offset = term_len(p, p->defindent); in pre_SS()
804 p->offset = term_len(p, 3); in pre_SS()
844 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SH()
845 mt->offset = term_len(p, p->defindent); in pre_SH()
905 sz = term_len(p, p->defindent); in pre_RS()
939 sz = term_len(p, p->defindent); in post_RS()
1110 p->rmargin = (p->maxrmargin - datelen + term_len(p, 1)) / 2; in print_man_foot()
1167 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_man_head()