| /freebsd/contrib/mandoc/ |
| H A D | man_term.c | 164 mt.lmargin[mt.lmargincur] = term_len(p, 7); in terminal_man() 165 mt.offset = term_len(p, p->defindent); in terminal_man() 411 p->tcol->offset = term_len(p, p->defindent); in pre_in() 460 len = term_len(p, p->defindent); in pre_HP() 505 mt->lmargin[mt->lmargincur] = term_len(p, 7); in pre_PP() 549 len = term_len(p, p->defindent); in pre_IP() 624 len = term_len(p, p->defindent); in pre_TP() 681 mt->lmargin[mt->lmargincur] = term_len(p, 7); in pre_SS() 682 mt->offset = term_len(p, p->defindent); in pre_SS() 699 p->tcol->offset = term_len( in pre_SS() [all...] |
| H A D | mdoc_term.c | 462 (p->maxrmargin + term_len(p, 1) - datelen) / 2 : 0; in print_mdoc_foot() 522 titlen * 2 + term_len(p, 2) + vollen < p->maxrmargin ? in print_mdoc_head() 523 (p->maxrmargin - vollen + term_len(p, 1)) / 2 : in print_mdoc_head() 656 width = term_len(p, 2); in termp_it_pre() 660 width = term_len(p, 8); in termp_it_pre() 663 width = term_len(p, 10); in termp_it_pre() 700 dcol = ncols < 5 ? term_len(p, 4) : in termp_it_pre() 701 ncols == 5 ? term_len(p, 3) : term_len(p, 1); in termp_it_pre() 742 width = a2width(p, bl->norm->Bl.width) + term_len( in termp_it_pre() [all...] |
| H A D | roff_term.c | 191 pomax = term_len(p, 60); in roff_term_pre_po() 252 maxoff = term_len(p, 72); in roff_term_pre_ti()
|
| H A D | term.h | 144 size_t term_len(const struct termp *, size_t);
|
| H A D | term.c | 114 if (p->minbl > 0 && vbl < term_len(p, p->minbl)) in term_flushln() 115 vbl = term_len(p, p->minbl); in term_flushln() 167 p->tcol->taboff += term_len(p, 1); in term_flushln() 184 vbr += term_len(p, 1); in term_flushln() 251 vbr + term_len(p, p->trailspace) > vfield + term_len(p, 1) / 2)) 459 p->maxrmargin - p->viscol + term_len(p, 1)); 682 bu = -term_len(p, p->col); in term_word() 690 bu -= term_len(p, 1); in term_word() 703 if (term_len( in term_word() 955 term_len(const struct termp *p, size_t sz) term_len() function [all...] |
| H A D | tbl_term.c | 151 return term_len((const struct termp *)arg, sz); 182 enw = term_len(tp, 1); in term_tbl() 216 tsz = term_len(tp, in term_tbl() 224 term_len(tp, tp->tbl.cols[ic].spacing); in term_tbl() 279 coloff += term_len(tp, in term_tbl() 323 coloff += term_len(tp, tp->tbl.cols[ic].spacing); in term_tbl() 498 term_len(tp, tp->tbl.cols[ic].spacing / 2)) in term_tbl() 640 enw = term_len(tp, 1); in tbl_hrule() 669 col->width + term_len(tp, col->spacing / 2)); in tbl_hrule() 739 term_len(t in tbl_data() [all...] |
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_parser.c | 1654 int term_len, unsigned char const **beg, in ucl_parse_multiline_string() argument 1667 if (chunk->end - p < term_len) { in ucl_parse_multiline_string() 1670 else if (memcmp (p, term, term_len) == 0) { in ucl_parse_multiline_string() 1671 tend = p + term_len; in ucl_parse_multiline_string() 1678 chunk->remain -= term_len; in ucl_parse_multiline_string() 1679 chunk->pos = p + term_len; in ucl_parse_multiline_string() 1680 chunk->column = term_len; in ucl_parse_multiline_string()
|
| /freebsd/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 | 573 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()
|