Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dtbl_term.c393 if (sp->opts->opts & TBL_OPT_ALLBOX) { in term_tbl()
571 } else if (horiz == 0 && sp->opts->opts & TBL_OPT_ALLBOX && in term_tbl()
574 tbl_hrule(tp, sp, sp->next, TBL_OPT_ALLBOX); in term_tbl()
605 opts & (TBL_OPT_BOX | TBL_OPT_ALLBOX) ? 1 : 0; in tbl_hrule()
644 if (uw == 0 && opts & TBL_OPT_ALLBOX) in tbl_hrule()
652 if (dw == 0 && opts & TBL_OPT_ALLBOX) in tbl_hrule()
Dtbl.h21 #define TBL_OPT_ALLBOX (1 << 0) /* Option "allbox". */ macro
Dtbl_opts.c47 {"allbox", TBL_OPT_ALLBOX | TBL_OPT_BOX},
Dtbl_html.c93 sp->opts->opts & TBL_OPT_ALLBOX ? "1" : NULL, in html_tblopen()