Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dmdoc_markdown.c252 static int code_blocks, quote_blocks, list_blocks; variable
469 if (*s == '*' && !code_blocks) in md_rawword()
528 if (code_blocks) in md_word()
536 bs = escflags & ESC_BOL && !code_blocks; in md_word()
544 bs = escflags & ESC_BOL && !code_blocks; in md_word()
547 bs = escflags & ESC_HYP && !code_blocks; in md_word()
550 bs = escflags & ESC_NUM && !code_blocks; in md_word()
556 bs = !code_blocks; in md_word()
559 bs = escflags & ESC_NUM && !code_blocks; in md_word()
562 if (code_blocks == 0) { in md_word()
[all …]