Searched refs:is_char_following (Results 1 – 1 of 1) sorted by relevance
71 STATIC bool is_char_following(mp_lexer_t *lex, byte c) { in is_char_following() function617 if (is_char_following(lex, 'r')) { in mp_lexer_to_next()624 if (is_char_following(lex, 'b')) { in mp_lexer_to_next()629 if (is_char_following(lex, 'f')) { in mp_lexer_to_next()638 if (is_char_following(lex, 'r')) { in mp_lexer_to_next()
Completed in 3 milliseconds