Searched refs:term_len (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/mandoc/ |
| H A D | man_term.c | 167 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 D | mdoc_term.c | 651 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 D | term.h | 148 size_t term_len(const struct termp *, size_t);
|
| H A D | term.c | 241 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 D | tbl_term.c | 157 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 D | ucl_parser.c | 1588 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 D | osdep.h | 218 void irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term, u8 term_len);
|
| H A D | irdma_main.h | 572 u8 term_len);
|
| H A D | irdma_utils.c | 837 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 D | irdma_ctrl.c | 569 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()
|