Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c45 STATIC bool is_end(mp_lexer_t *lex) { in is_end() function
344 while (!is_end(lex) && (num_quotes > 1 || !is_char(lex, '\n')) && n_closing < num_quotes) { in parse_string_literal()
366 while (!is_end(lex) && !is_char_or(lex, ':', '}')) { in parse_string_literal()
510 while (!is_end(lex)) { in skip_whitespace()
521 while (!is_end(lex) && !is_physical_newline(lex)) { in skip_whitespace()
590 } else if (is_end(lex)) { in mp_lexer_to_next()
680 while (!is_end(lex) && is_tail_of_identifier(lex)) { in mp_lexer_to_next()
720 while (!is_end(lex)) { in mp_lexer_to_next()

Completed in 3 milliseconds