Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl.h25 #define TBL_OPT_EXPAND (1 << 4) /* Option "expand". */ macro
H A Dtbl_opts.c52 {"expand", TBL_OPT_EXPAND},
H A Dtree.c433 if (sp->opts->opts & TBL_OPT_EXPAND) in print_span()