Searched refs:term_len (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_term.c465 (p->maxrmargin + term_len(p, 1) - sz) / 2 : 0;
532 (p->maxrmargin - vollen + term_len(p, 1)) / 2 :
664 width = term_len(p, 2);
668 width = term_len(p, 8);
671 width = term_len(p, 10);
708 dcol = ncols < 5 ? term_len(p, 4) :
709 ncols == 5 ? term_len(p, 3) : term_len(p, 1);
751 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2);
805 } else if (width <= (int)term_len(
[all...]
H A Dman_term.c166 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent);
167 mt.offset = term_len(p, p->defindent);
394 p->tcol->offset = term_len(p, p->defindent);
443 len = term_len(p, p->defindent);
488 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent);
532 len = term_len(p, p->defindent);
609 len = term_len(p, p->defindent);
678 mt->lmargin[mt->lmargincur] = term_len(p, p->defindent);
679 mt->offset = term_len(p, p->defindent);
699 p->tcol->offset = term_len(
[all...]
H A Dterm.h148 size_t term_len(const struct termp *, size_t);
H A Dtbl_term.c157 return term_len((const struct termp *)arg, sz);
843 padl = term_len(tp, 1);
H A Dterm.c242 vbr + term_len(p, p->trailspace) > vfield))
899 term_len(const struct termp *p, size_t sz) function
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_parser.c1580 * @param term_len
1588 int term_len, unsigned char const **beg,
1601 if (chunk->end - p < term_len) {
1604 else if (memcmp (p, term, term_len) == 0) {
1605 tend = p + term_len;
1612 chunk->remain -= term_len;
1613 chunk->pos = p + term_len;
1614 chunk->column = term_len;
1586 ucl_parse_multiline_string(struct ucl_parser *parser, struct ucl_chunk *chunk, const unsigned char *term, int term_len, unsigned char const **beg, bool *var_expand) argument

Completed in 183 milliseconds