Searched refs:TBL_OPT_DBOX (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 197 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 D | tbl_opts.c | 52 {"doublebox", TBL_OPT_DBOX}, 53 {"doubleframe", TBL_OPT_DBOX},
|
H A D | tbl.h | 24 #define TBL_OPT_DBOX (1 << 3) /* Option "doublebox". */ macro
|
H A D | tbl_html.c | 96 sp->opts->opts & TBL_OPT_DBOX ? "double" : in html_tblopen()
|
H A D | tree.c | 441 if (sp->opts->opts & TBL_OPT_DBOX) in print_span()
|
H A D | out.c | 371 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()
|