Home
last modified time | relevance | path

Searched refs:term_len (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/mandoc/
H A Dman_term.c167 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()
534 len = term_len(p, p->defindent); in pre_IP()
609 len = term_len(p, p->defindent); in pre_TP()
667 mt->offset = term_len(p, p->defindent); in pre_SS()
683 p->tcol->offset = term_len(p, 3); in pre_SS()
708 mt->offset = term_len(p, p->defindent); in pre_SH()
782 n->aux = term_len(p, p->defindent); in pre_RS()
[all …]
H A Dmdoc_term.c651 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()
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()
981 p->tcol->offset += term_len(p, 1) + in termp_nm_pre()
1004 p->tcol->rmargin += term_len(p, 5); in termp_nm_pre()
1280 p->tcol->offset = term_len(p, p->defindent); in termp_sh_pre()
[all …]
H A Dterm.h148 size_t term_len(const struct termp *, size_t);
H A Dterm.c241 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 Dtbl_term.c157 return term_len((const struct termp *)arg, sz); in term_tbl_len()
831 padl = term_len(tp, 1); in tbl_literal()
/freebsd-14.2/contrib/libucl/src/
H A Ducl_parser.c1588 int term_len, unsigned char const **beg, in ucl_parse_multiline_string() argument
1601 if (chunk->end - p < term_len) { in ucl_parse_multiline_string()
1604 else if (memcmp (p, term, term_len) == 0) { in ucl_parse_multiline_string()
1605 tend = p + term_len; in ucl_parse_multiline_string()
1612 chunk->remain -= term_len; in ucl_parse_multiline_string()
1613 chunk->pos = p + term_len; in ucl_parse_multiline_string()
1614 chunk->column = term_len; in ucl_parse_multiline_string()
/freebsd-14.2/sys/dev/irdma/
H A Dosdep.h218 void irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term, u8 term_len);
H A Dirdma_main.h572 u8 term_len);
H A Dirdma_utils.c837 u8 term_len) in irdma_term_modify_qp() argument
842 irdma_next_iw_state(iwqp, next_state, 0, term, term_len); in irdma_term_modify_qp()
H A Dirdma_ctrl.c569 u8 term_len = 0; in irdma_sc_qp_modify() local
583 term_len = info->termlen; in irdma_sc_qp_modify()
588 FIELD_PREP(IRDMA_CQPSQ_QP_TERMLEN, term_len)); in irdma_sc_qp_modify()