Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_opts.c49 {"center", TBL_OPT_CENTRE},
50 {"centre", TBL_OPT_CENTRE},
H A Dmandoc.h203 #define TBL_OPT_CENTRE (1 << 0) macro
H A Dtbl_term.c94 if (sp->opts->opts & TBL_OPT_CENTRE) { in term_tbl()