Home
last modified time | relevance | path

Searched refs:TBL_OPT_DBOX (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
HDtbl_term.c102 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()
HDtbl_opts.c51 {"doublebox", TBL_OPT_DBOX},
52 {"doubleframe", TBL_OPT_DBOX},
HDmandoc.h239 #define TBL_OPT_DBOX (1 << 3) macro
HDout.c219 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()