Home
last modified time | relevance | path

Searched refs:is_char_following (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c71 STATIC bool is_char_following(mp_lexer_t *lex, byte c) { in is_char_following() function
617 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