Searched refs:term_len (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | man_term.c | 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() [all …]
|
H A D | mdoc_term.c | 264 p->tabwidth = term_len(p, 5); in terminal_mdoc() 413 term_strlen(p, meta->date) + term_len(p, 1)) / 2; in print_mdoc_foot() 485 term_strlen(p, buf) + term_len(p, 1)) / 2 : in print_mdoc_head() 552 return(term_len(p, p->defindent + 1)); in a2offs() 554 return(term_len(p, (p->defindent + 1) * 2)); in a2offs() 662 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre() 663 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre() 701 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre() 719 if (width < term_len(p, 2)) in termp_it_pre() 720 width = term_len(p, 2); in termp_it_pre() [all …]
|
H A D | term.h | 120 size_t term_len(const struct termp *, size_t);
|
H A D | tbl_term.c | 59 return(term_len((const struct termp *)arg, sz)); in term_tbl_len() 361 padl = term_len(tp, 1); in tbl_literal()
|
H A D | term.c | 623 term_len(const struct termp *p, size_t sz) in term_len() function
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | getline.c | 420 int term_len; /* The number of terminal characters used to */ member 1794 gl->term_len = 0; in new_GetLine() 4121 if(gl->term_curpos > gl->term_len) in gl_print_char() 4122 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;
|