Home
last modified time | relevance | path

Searched refs:intsz (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/mandoc/
Dout.c480 size_t intsz, totsz; in tblcalc_number() local
521 intsz = 0; in tblcalc_number()
525 intsz += (*tbl->slen)(buf, tbl->arg); in tblcalc_number()
534 if (intsz > col->decimal) { in tblcalc_number()
535 col->nwidth += intsz - col->decimal; in tblcalc_number()
536 col->decimal = intsz; in tblcalc_number()
538 totsz += col->decimal - intsz; in tblcalc_number()
Dtbl_term.c857 size_t intsz, padl, totsz; in tbl_number() local
886 intsz = 0; in tbl_number()
890 intsz += term_strlen(tp, buf); in tbl_number()
898 if (col->decimal > intsz && col->width > totsz) { in tbl_number()
899 padl = col->decimal - intsz; in tbl_number()