Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c250 #define ESC_BOL (1 << 0) /* "#*+-" near the beginning of a line. */ macro
440 escflags = ESC_BOL; in md_preword()
543 bs = escflags & ESC_BOL && !code_blocks; in md_word()
551 bs = escflags & ESC_BOL && !code_blocks; in md_word()
575 if (escflags & ESC_BOL && !code_blocks) { in md_word()
722 else if (escflags & ESC_BOL) in md_char()
724 escflags &= ~ESC_BOL; in md_char()