Lines Matching refs:opts
110 const struct tbl_opts *opts;
124 tbl->cols = mandoc_calloc((size_t)sp->opts->cols,
126 opts = sp->opts;
150 tblcalc_data(tbl, col, opts, dp);
201 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ?
202 2 : !!opts->lvert + !!opts->rvert);
235 const struct tbl_opts *opts, const struct tbl_dat *dp)
255 tblcalc_number(tbl, col, opts, dp);
280 const struct tbl_opts *opts, const struct tbl_dat *dp)
302 buf[0] = opts->decimal;
307 if (NULL != (cp = strrchr(str, opts->decimal))) {