Searched refs:ESC_NUM (Results 1 – 1 of 1) sorted by relevance
252 #define ESC_NUM (1 << 1) /* "." after a leading number. */ macro566 bs = escflags & ESC_NUM && !code_blocks; in md_word()575 bs = escflags & ESC_NUM && !code_blocks; in md_word()730 escflags &= ~ESC_NUM; in md_char()732 escflags |= ESC_NUM; in md_char()