Searched refs:TBL_OPT_DBOX (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/mdocml/
H A Dtbl_term.c99 if (TBL_OPT_DBOX & sp->tbl->opts)
101 if (TBL_OPT_DBOX & sp->tbl->opts ||
108 if (TBL_OPT_BOX & sp->tbl->opts || TBL_OPT_DBOX & sp->tbl->opts)
188 if (TBL_OPT_BOX & sp->tbl->opts || TBL_OPT_DBOX & sp->tbl->opts)
199 if (TBL_OPT_DBOX & sp->tbl->opts ||
202 if (TBL_OPT_DBOX & sp->tbl->opts)
H A Dtbl_opts.c68 { "doublebox", TBL_OPT_DBOX, KEY_DBOX},
71 { "doubleframe", TBL_OPT_DBOX, KEY_DFRAME},
H A Dmandoc.h171 #define TBL_OPT_DBOX (1 << 3) macro

Completed in 63 milliseconds