Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_opts.c46 {"allbox", TBL_OPT_ALLBOX | TBL_OPT_BOX},
H A Dmandoc.h207 #define TBL_OPT_ALLBOX (1 << 4) macro