Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_term.c99 if (TBL_OPT_DBOX & sp->opts->opts) in term_tbl()
101 if (TBL_OPT_DBOX & sp->opts->opts || in term_tbl()
108 if (TBL_OPT_BOX & sp->opts->opts || TBL_OPT_DBOX & sp->opts->opts) in term_tbl()
162 if (TBL_OPT_BOX & sp->opts->opts || TBL_OPT_DBOX & sp->opts->opts) in term_tbl()
173 if (TBL_OPT_DBOX & sp->opts->opts || in term_tbl()
178 if (TBL_OPT_DBOX & sp->opts->opts) { in term_tbl()
H A Dtbl_opts.c68 { "doublebox", TBL_OPT_DBOX, KEY_DBOX},
71 { "doubleframe", TBL_OPT_DBOX, KEY_DFRAME},
H A Dmandoc.h176 #define TBL_OPT_DBOX (1 << 3) macro