Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/mandoc/
HDtbl_opts.c47 {"allbox", TBL_OPT_ALLBOX | TBL_OPT_BOX},
48 {"box", TBL_OPT_BOX},
49 {"frame", TBL_OPT_BOX},
HDtbl_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()
HDtbl.h22 #define TBL_OPT_BOX (1 << 1) /* Option "box". */ macro
HDtbl_html.c97 sp->opts->opts & TBL_OPT_BOX ? "solid" : NULL, in html_tblopen()
HDtree.c439 if (sp->opts->opts & TBL_OPT_BOX) in print_span()
HDout.c371 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()