Lines Matching refs:MD_nl
241 #define MD_nl (1 << 3) /* Break markdown code line. */ macro
316 outflags &= ~(MD_nl | MD_sp); in md_node()
320 outflags |= MD_nl; in md_node()
427 } else if (outflags & MD_nl && escflags & ESC_EOL) in md_preword()
432 if (outflags & (MD_nl | MD_br | MD_sp)) { in md_preword()
439 outflags &= ~(MD_nl | MD_br | MD_sp); in md_preword()
765 outflags &= ~(MD_spc | MD_nl); in md_post_raw()
790 outflags &= ~(MD_spc | MD_nl); in md_post_word()
812 outflags |= MD_nl; in md_post_pc()
1024 outflags &= ~(MD_spc | MD_nl); in md_pre_Eo()
1146 outflags &= ~(MD_spc | MD_nl); in md_pre_Fo()
1194 outflags |= MD_nl; in md_post_In()
1215 outflags |= MD_nl; in md_pre_It()
1424 outflags &= ~MD_nl; in md_pre_Nd()