Lines Matching refs:cols
84 if (tp->tbl.cols == NULL) {
97 for (ic = 0; ic < sp->opts->cols; ic++)
98 tsz += tp->tbl.cols[ic].width + 3;
134 for (ic = 0; ic < sp->opts->cols; ic++) {
148 tbl_data(tp, sp->opts, dp, tp->tbl.cols + ic);
163 if (ic + 1 == sp->opts->cols || spans)
199 assert(tp->tbl.cols);
200 free(tp->tbl.cols);
201 tp->tbl.cols = NULL;
233 tbl_char(tp, line, tp->tbl.cols[c1->col].width + 1);
338 width += tp->tbl.cols[++ic].width + 3;