Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c240 #define MD_nonl (1 << 2) /* Prevent linebreak in markdown code. */ macro
315 if (outflags & MD_nonl) in md_node()
454 outflags &= ~(MD_spc_force | MD_nonl); in md_preword()
1251 outflags |= MD_nonl; in md_pre_It()