Searched refs:escflags (Results 1 – 1 of 1) sorted by relevance
250 static int escflags; /* Escape in generated markdown code: */ variable436 } else if (outflags & MD_nl && escflags & ESC_EOL) in md_preword()449 escflags = ESC_BOL; in md_preword()459 escflags &= ~ESC_FON; in md_preword()483 if (escflags & ESC_FON) { in md_rawword()484 escflags &= ~ESC_FON; in md_rawword()493 escflags |= ESC_FON; in md_rawword()496 escflags |= ESC_SQU; in md_rawword()499 escflags |= ESC_HYP; in md_rawword()500 escflags &= ~ESC_SQU; in md_rawword()[all …]