Searched refs:term_len (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/mdocml/ |
| HD | man_term.c | 149 p->tabwidth = term_len(p, 5); in terminal_man() 156 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent); in terminal_man() 157 mt.offset = term_len(p, p->defindent); in terminal_man() 436 p->offset = term_len(p, p->defindent); in pre_in() 516 len = term_len(p, p->defindent); in pre_HP() 549 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_PP() 590 len = term_len(p, p->defindent); in pre_IP() 672 len = term_len(p, p->defindent); in pre_TP() 736 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent); in pre_SS() 737 mt->offset = term_len(p, p->defindent); in pre_SS() [all …]
|
| HD | mdoc_term.c | 263 p->tabwidth = term_len(p, 5); in terminal_mdoc() 431 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0; in print_mdoc_foot() 501 (p->maxrmargin - vollen + term_len(p, 1)) / 2 : in print_mdoc_head() 637 width = term_len(p, 2); in termp_it_pre() 640 width = term_len(p, 8); in termp_it_pre() 645 width = term_len(p, 10); in termp_it_pre() 682 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre() 683 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre() 720 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre() 778 if (width <= (int)term_len(p, 2)) in termp_it_pre() [all …]
|
| HD | term.h | 127 size_t term_len(const struct termp *, size_t);
|
| HD | tbl_term.c | 57 return(term_len((const struct termp *)arg, sz)); in term_tbl_len() 345 padl = term_len(tp, 1); in tbl_literal()
|
| HD | term.c | 649 term_len(const struct termp *p, size_t sz) in term_len() function
|
| /NextBSD/contrib/libucl/src/ |
| HD | ucl_parser.c | 1398 int term_len, unsigned char const **beg, in ucl_parse_multiline_string() argument 1411 if (chunk->end - p < term_len) { in ucl_parse_multiline_string() 1414 else if (memcmp (p, term, term_len) == 0) { in ucl_parse_multiline_string() 1415 tend = p + term_len; in ucl_parse_multiline_string() 1422 chunk->remain -= term_len; in ucl_parse_multiline_string() 1423 chunk->pos = p + term_len; in ucl_parse_multiline_string() 1424 chunk->column = term_len; in ucl_parse_multiline_string()
|