Searched refs:TBL_OPT_BOX (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/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 | 200 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) in term_tbl() 219 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) in term_tbl() 220 tbl_hrule(tp, NULL, sp, sp, TBL_OPT_BOX); in term_tbl() 240 if (sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) || in term_tbl() 312 sp->opts->opts & TBL_OPT_BOX ? 1 : 0; in term_tbl() 499 sp->opts->opts & TBL_OPT_BOX ? 1 : 0; in term_tbl() 552 if (sp->opts->opts & (TBL_OPT_DBOX | TBL_OPT_BOX)) in term_tbl() 553 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 | 101 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 | 384 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ? in tblcalc()
|