Searched refs:ESC_NEWLINE (Results 1 – 1 of 1) sorted by relevance
236 ESC_NEWLINE = 4 variable in TK340 (TK.ESC_NEWLINE, r'\$[\r\n]'),364 (kind == TK.ESC_NEWLINE) or399 ESC_NEWLINE = 3 variable in Lexer.STR_TK408 (STR_TK.ESC_NEWLINE, r'\$\n[ \t]*'),418 (STR_TK.ESC_NEWLINE, r'\$\n[ \t]*'),455 elif kind == self.STR_TK.ESC_NEWLINE: