Searched refs:term_len (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_term.c | 167 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man() 168 mt.offset = term_len(p, p->defindent); in terminal_man() 396 p->tcol->offset = term_len(p, p->defindent); in pre_in() 445 len = term_len(p, p->defindent); in pre_HP() 490 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP() 534 len = term_len(p, p->defindent); in pre_IP() 609 len = term_len(p, p->defindent); in pre_TP() 666 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SS() 667 mt->offset = term_len(p, p->defindent); in pre_SS() 683 p->tcol->offset = term_len(p, 3); in pre_SS() [all …]
|
H A D | mdoc_term.c | 463 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0; in print_mdoc_foot() 530 (p->maxrmargin - vollen + term_len(p, 1)) / 2 : in print_mdoc_head() 651 width = term_len(p, 2); in termp_it_pre() 655 width = term_len(p, 8); in termp_it_pre() 658 width = term_len(p, 10); in termp_it_pre() 695 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre() 696 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre() 738 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre() 792 } else if (width <= (int)term_len(p, 2)) in termp_it_pre() 979 p->tcol->offset += term_len(p, 6); in termp_nm_pre() [all …]
|
H A D | term.h | 148 size_t term_len(const struct termp *, size_t);
|
H A D | term.c | 241 vbr + term_len(p, p->trailspace) > vfield)) in term_flushln() 898 term_len(const struct termp *p, size_t sz) in term_len() function
|
H A D | tbl_term.c | 157 return term_len((const struct termp *)arg, sz); in term_tbl_len() 831 padl = term_len(tp, 1); in tbl_literal()
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 419 int term_len; /* The number of terminal characters used to */ member 1793 gl->term_len = 0; in new_GetLine() 4120 if(gl->term_curpos > gl->term_len) in gl_print_char() 4121 gl->term_len = gl->term_curpos; in gl_print_char() 10462 gl->term_len = 0; 10558 int last_line = gl->term_len / gl->ncolumn; 12233 if(gl->term_len / gl->ncolumn > gl->term_curpos / gl->ncolumn) { 12250 gl->term_len = gl->term_curpos; 12483 gl->term_len = 0;
|