Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dmdoc_markdown.c433 escflags = ESC_BOL; in md_preword()
443 escflags &= ~ESC_FON; in md_preword()
468 escflags &= ~ESC_FON; in md_rawword()
480 escflags |= ESC_SQU; in md_rawword()
483 escflags |= ESC_HYP; in md_rawword()
492 escflags |= ESC_EOL; in md_rawword()
494 escflags &= ~ESC_EOL; in md_rawword()
657 escflags |= ESC_HYP; in md_word()
677 escflags |= ESC_EOL; in md_word()
714 escflags |= ESC_NUM; in md_char()
[all …]