Lines Matching refs:opts
99 if (TBL_OPT_DBOX & sp->opts->opts) in term_tbl()
101 if (TBL_OPT_DBOX & sp->opts->opts || in term_tbl()
102 TBL_OPT_BOX & sp->opts->opts) in term_tbl()
108 if (TBL_OPT_BOX & sp->opts->opts || TBL_OPT_DBOX & sp->opts->opts) in term_tbl()
145 tbl_data(tp, sp->opts, dp, col); in term_tbl()
162 if (TBL_OPT_BOX & sp->opts->opts || TBL_OPT_DBOX & sp->opts->opts) in term_tbl()
173 if (TBL_OPT_DBOX & sp->opts->opts || in term_tbl()
174 TBL_OPT_BOX & sp->opts->opts) { in term_tbl()
178 if (TBL_OPT_DBOX & sp->opts->opts) { in term_tbl()
257 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data() argument
303 tbl_number(tp, opts, dp, col); in tbl_data()
384 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number() argument
402 buf[0] = opts->decimal; in tbl_number()
407 if (NULL != (cp = strrchr(dp->string, opts->decimal))) { in tbl_number()