Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dtbl.h27 #define TBL_OPT_NOSPACE (1 << 6) /* Option "nospaces". */ macro
H A Dtbl_data.c153 if (dp->opts->opts & TBL_OPT_NOSPACE) { in getdata()
206 if (tbl->opts.opts & TBL_OPT_NOSPACE) in tbl_cdata()
H A Dtbl_opts.c56 {"nospaces", TBL_OPT_NOSPACE},
H A Dtree.c445 if (sp->opts->opts & TBL_OPT_NOSPACE) in print_span()