Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c153 if (lex->fstring_args_idx) { in next_char()
155 if (lex->fstring_args_idx < lex->fstring_args.len) { in next_char()
156 lex->chr2 = lex->fstring_args.buf[lex->fstring_args_idx++]; in next_char()
169 lex->fstring_args_idx = 0; in next_char()
538 if (lex->fstring_args.len && lex->fstring_args_idx == 0) { in mp_lexer_to_next()
550 lex->fstring_args_idx = 3; in mp_lexer_to_next()
A Dlexer.h185 size_t fstring_args_idx; // how many bytes of fstring_args have been read member

Completed in 4 milliseconds