Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c253 #define ESC_SQU (1 << 4) /* "]" when "[" is open. */ macro
487 escflags |= ESC_SQU; in md_rawword()
491 escflags &= ~ESC_SQU; in md_rawword()
665 bs = escflags & ESC_SQU && !code_blocks; in md_word()