Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_markdown.c239 #define MD_Sm (1 << 6) /* Horizontal spacing mode. */ macro
266 outflags = MD_Sm; in markdown_mdoc()
323 else if (outflags & MD_Sm) in md_node()
328 else if (outflags & MD_Sm) in md_node()
448 if (outflags & MD_Sm) in md_preword()
1506 outflags ^= MD_Sm; in md_pre_Sm()
1508 outflags |= MD_Sm; in md_pre_Sm()
1510 outflags &= ~MD_Sm; in md_pre_Sm()
1512 if (outflags & MD_Sm) in md_pre_Sm()