Searched refs:chr2 (Results 1 – 2 of 2) sorted by relevance
80 return lex->chr2 == c1 || lex->chr2 == c2; in is_char_following_following_or()149 lex->chr1 = lex->chr2; in next_char()159 lex->chr2 = '\0'; in next_char()166 lex->chr2 = lex->chr2_saved; in next_char()174 lex->chr2 = lex->reader.readbyte(lex->reader.data); in next_char()180 if (lex->chr2 == '\n') { in next_char()182 lex->chr2 = lex->reader.readbyte(lex->reader.data); in next_char()188 lex->chr2 = '\n'; in next_char()544 lex->chr2_saved = lex->chr2; in mp_lexer_to_next()547 lex->chr2 = lex->fstring_args.buf[2]; in mp_lexer_to_next()[all …]
164 unichar chr0, chr1, chr2; // current cached characters from source member
Completed in 5 milliseconds