Lines Matching defs:coloff
164 size_t coloff; /* Of this cell. */
258 coloff = tp->tcol->offset;
264 coloff += enw * 2;
265 tp->tcol->rmargin = coloff;
274 tp->tcol->offset = coloff;
276 coloff += tp->tbl.cols[ic].width;
277 tp->tcol->rmargin = coloff;
279 coloff += term_len(tp,
295 tp->tcol->offset = coloff + enw;
305 coloff = tp->tcols[1].offset;
322 &coloff);
323 coloff += term_len(tp, tp->tbl.cols[ic].spacing);
758 const struct roffcol *col, size_t *coloff)
762 tbl_fill_border(tp, BHORIZ, coloff, col->width);
765 tbl_fill_border(tp, BHORIZ * 2, coloff, col->width);
779 tbl_fill_border(tp, BHORIZ, coloff, col->width);
783 tbl_fill_border(tp, BHORIZ * 2, coloff, col->width);
794 tbl_literal(tp, dp, col, coloff);
797 tbl_number(tp, opts, dp, col, coloff);
812 tbl_fill_string(struct termp *tp, const char *cp, size_t *coloff, size_t len)
821 while (*coloff < target) {
823 *coloff += sz;
832 tbl_fill_char(struct termp *tp, char c, size_t *coloff, size_t len)
838 tbl_fill_string(tp, cp, coloff, len);
846 tbl_fill_border(struct termp *tp, int c, size_t *coloff, size_t len)
852 tbl_fill_string(tp, buf, coloff, len);
854 tbl_fill_char(tp, c, coloff, len);
880 const struct roffcol *col, size_t *coloff)
895 *coloff += width;
901 const struct roffcol *col, size_t *coloff)
961 tbl_fill_char(tp, ASCII_NBRSP, coloff, pad);
963 *coloff += col->width;