Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c255 #define ESC_EOL (1 << 6) /* " " at the and of a line. */ macro
427 } else if (outflags & MD_nl && escflags & ESC_EOL) in md_preword()
499 escflags |= ESC_EOL; in md_rawword()
501 escflags &= ~ESC_EOL; in md_rawword()
686 escflags |= ESC_EOL; in md_word()
688 escflags &= ~ESC_EOL; in md_word()
698 escflags &= ~(ESC_FON | ESC_EOL); in md_named()