Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_opts.c50 {"center", TBL_OPT_CENTRE},
51 {"centre", TBL_OPT_CENTRE},
H A Dtbl.h23 #define TBL_OPT_CENTRE (1 << 2) /* Option "center". */ macro
H A Dtree.c433 if (sp->opts->opts & TBL_OPT_CENTRE) in print_span()
H A Dtbl_term.c196 if (sp->opts->opts & TBL_OPT_CENTRE) { in term_tbl()