Home
last modified time | relevance | path

Searched refs:TBL_OPT_ALLBOX (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c383 if (sp->opts->opts & TBL_OPT_ALLBOX) { in term_tbl()
560 } else if (horiz == 0 && sp->opts->opts & TBL_OPT_ALLBOX && in term_tbl()
563 tbl_hrule(tp, sp, sp, sp->next, TBL_OPT_ALLBOX); in term_tbl()
596 opts & (TBL_OPT_BOX | TBL_OPT_ALLBOX) ? 1 : 0; in tbl_hrule()
640 if (uw == 0 && opts & TBL_OPT_ALLBOX) in tbl_hrule()
644 } else if (spp != NULL && opts & TBL_OPT_ALLBOX) in tbl_hrule()
651 if (dw == 0 && opts & TBL_OPT_ALLBOX) in tbl_hrule()
657 } else if (spn != NULL && opts & TBL_OPT_ALLBOX) in tbl_hrule()
H A Dtbl.h21 #define TBL_OPT_ALLBOX (1 << 0) /* Option "allbox". */ macro
H A Dtbl_opts.c47 {"allbox", TBL_OPT_ALLBOX | TBL_OPT_BOX},
H A Dtbl_html.c94 sp->opts->opts & TBL_OPT_ALLBOX ? "1" : NULL, in html_tblopen()
H A Dtree.c437 if (sp->opts->opts & TBL_OPT_ALLBOX) in print_span()