Searched refs:TBL_OPT_DBOX (Results 1 – 4 of 4) sorted by relevance
102 coloff = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) || in term_tbl()114 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl()129 if (sp->opts->opts & TBL_OPT_DBOX) in term_tbl()131 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) in term_tbl()151 if (sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) || in term_tbl()228 sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX)) in term_tbl()402 (sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX))) in term_tbl()430 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) { in term_tbl()434 if (sp->opts->opts & TBL_OPT_DBOX) { in term_tbl()
51 {"doublebox", TBL_OPT_DBOX},52 {"doubleframe", TBL_OPT_DBOX},
239 #define TBL_OPT_DBOX (1 << 3) macro
219 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()