Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c197 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl()
214 sp->opts->opts & TBL_OPT_DBOX) in term_tbl()
215 tbl_hrule(tp, NULL, sp, sp, TBL_OPT_DBOX); in term_tbl()
216 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) in term_tbl()
237 if (sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) || in term_tbl()
307 uvert = dvert = sp->opts->opts & TBL_OPT_DBOX ? 2 : in term_tbl()
494 uvert = dvert = sp->opts->opts & TBL_OPT_DBOX ? 2 : in term_tbl()
548 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) { in term_tbl()
553 sp->opts->opts & TBL_OPT_DBOX) { in term_tbl()
554 tbl_hrule(tp, sp, sp, NULL, TBL_OPT_DBOX); in term_tbl()
[all …]
H A Dtbl_opts.c52 {"doublebox", TBL_OPT_DBOX},
53 {"doubleframe", TBL_OPT_DBOX},
H A Dtbl.h24 #define TBL_OPT_DBOX (1 << 3) /* Option "doublebox". */ macro
H A Dtbl_html.c96 sp->opts->opts & TBL_OPT_DBOX ? "double" : in html_tblopen()
H A Dtree.c441 if (sp->opts->opts & TBL_OPT_DBOX) in print_span()
H A Dout.c371 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()