Searched refs:TBL_OPT_BOX (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_opts.c | 47 {"allbox", TBL_OPT_ALLBOX | TBL_OPT_BOX}, 48 {"box", TBL_OPT_BOX}, 49 {"frame", TBL_OPT_BOX},
|
H A D | tbl_term.c | 197 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl() 216 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) in term_tbl() 217 tbl_hrule(tp, NULL, sp, sp, TBL_OPT_BOX); in term_tbl() 237 if (sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) || in term_tbl() 308 sp->opts->opts & TBL_OPT_BOX ? 1 : 0; in term_tbl() 495 sp->opts->opts & TBL_OPT_BOX ? 1 : 0; in term_tbl() 548 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) { in term_tbl() 549 tbl_hrule(tp, sp, sp, NULL, TBL_OPT_BOX); in term_tbl() 596 opts & (TBL_OPT_BOX | TBL_OPT_ALLBOX) ? 1 : 0; in tbl_hrule() 597 hw = flags == TBL_OPT_DBOX || flags == TBL_OPT_BOX ? bw : in tbl_hrule()
|
H A D | tbl.h | 22 #define TBL_OPT_BOX (1 << 1) /* Option "box". */ macro
|
H A D | tbl_html.c | 97 sp->opts->opts & TBL_OPT_BOX ? "solid" : NULL, in html_tblopen()
|
H A D | tree.c | 439 if (sp->opts->opts & TBL_OPT_BOX) in print_span()
|
H A D | out.c | 371 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()
|