Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtbl.h26 #define TBL_OPT_NOKEEP (1 << 5) /* Option "nokeep". */ macro
H A Dtbl_opts.c55 {"nokeep", TBL_OPT_NOKEEP},
H A Dtree.c443 if (sp->opts->opts & TBL_OPT_NOKEEP) in print_span()