Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_opts.c47 {"allbox", TBL_OPT_ALLBOX | TBL_OPT_BOX},
48 {"box", TBL_OPT_BOX},
49 {"frame", TBL_OPT_BOX},
H A Dtbl_term.c197 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 Dtbl.h22 #define TBL_OPT_BOX (1 << 1) /* Option "box". */ macro
H A Dtbl_html.c97 sp->opts->opts & TBL_OPT_BOX ? "solid" : NULL, in html_tblopen()
H A Dtree.c439 if (sp->opts->opts & TBL_OPT_BOX) in print_span()
H A Dout.c371 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()