Searched refs:ESC_NUM (Results 1 – 1 of 1) sorted by relevance
251 #define ESC_NUM (1 << 1) /* "." after a leading number. */ macro557 bs = escflags & ESC_NUM && !code_blocks; in md_word()566 bs = escflags & ESC_NUM && !code_blocks; in md_word()721 escflags &= ~ESC_NUM; in md_char()723 escflags |= ESC_NUM; in md_char()