Searched refs:ESC_EOL (Results 1 – 1 of 1) sorted by relevance
255 #define ESC_EOL (1 << 6) /* " " at the and of a line. */ macro427 } 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()