Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h25 #define TBL_OPT_EXPAND (1 << 4) /* Option "expand". */ macro
H A Dtbl_opts.c54 {"expand", TBL_OPT_EXPAND},
H A Dtree.c435 if (sp->opts->opts & TBL_OPT_EXPAND) in print_span()