Searched refs:escflags (Results 1 – 1 of 1) sorted by relevance
248 static int escflags; /* Escape in generated markdown code: */ variable426 } else if (outflags & MD_nl && escflags & ESC_EOL) in md_preword()439 escflags = ESC_BOL; in md_preword()449 escflags &= ~ESC_FON; in md_preword()473 if (escflags & ESC_FON) { in md_rawword()474 escflags &= ~ESC_FON; in md_rawword()483 escflags |= ESC_FON; in md_rawword()486 escflags |= ESC_SQU; in md_rawword()489 escflags |= ESC_HYP; in md_rawword()490 escflags &= ~ESC_SQU; in md_rawword()[all …]