Searched refs:term_len (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | man_term.c | 150 p->tabwidth = term_len(p, 5); 153 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); 154 mt.offset = term_len(p, p->defindent); 433 p->offset = term_len(p, p->defindent); 519 len = term_len(p, p->defindent); 563 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); 604 len = term_len(p, p->defindent); 686 len = term_len(p, p->defindent); 750 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); 751 mt->offset = term_len( [all...] |
H A D | mdoc_term.c | 266 p->tabwidth = term_len(p, 5); 431 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0; 498 (p->maxrmargin - vollen + term_len(p, 1)) / 2 : 631 width = term_len(p, 2); 634 width = term_len(p, 8); 638 width = term_len(p, 10); 675 dcol = ncols < 5 ? term_len(p, 4) : 676 ncols == 5 ? term_len(p, 3) : term_len(p, 1); 713 width = a2width(p, bl->norm->Bl.width) + term_len( [all...] |
H A D | term.h | 129 size_t term_len(const struct termp *, size_t);
|
H A D | tbl_term.c | 57 return term_len((const struct termp *)arg, sz); 339 padl = term_len(tp, 1);
|
H A D | term.c | 642 term_len(const struct termp *p, size_t sz) function
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 420 int term_len; /* The number of terminal characters used to */ member in struct:GetLine 1794 gl->term_len = 0; 4121 if(gl->term_curpos > gl->term_len) 4122 gl->term_len = gl->term_curpos; 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;
|
Completed in 122 milliseconds