Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c440 escflags = ESC_BOL; in md_preword()
450 escflags &= ~ESC_FON; in md_preword()
475 escflags &= ~ESC_FON; in md_rawword()
487 escflags |= ESC_SQU; in md_rawword()
490 escflags |= ESC_HYP; in md_rawword()
499 escflags |= ESC_EOL; in md_rawword()
501 escflags &= ~ESC_EOL; in md_rawword()
666 escflags |= ESC_HYP; in md_word()
686 escflags |= ESC_EOL; in md_word()
723 escflags |= ESC_NUM; in md_char()
[all …]