Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c333 vstr_add_byte(MP_STATE_VM(repl_line), c); in pyexec_raw_repl_process_char()
375 vstr_add_byte(MP_STATE_VM(repl_line), c); in pyexec_friendly_repl_process_char()
429 vstr_add_byte(MP_STATE_VM(repl_line), '\n'); in pyexec_friendly_repl_process_char()
451 vstr_add_byte(MP_STATE_VM(repl_line), '\n'); in pyexec_friendly_repl_process_char()
524 vstr_add_byte(&line, c); in pyexec_raw_repl()
634 vstr_add_byte(&line, c); in pyexec_friendly_repl()
648 vstr_add_byte(&line, '\n'); in pyexec_friendly_repl()
/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c356 vstr_add_byte(&lex->vstr, '{'); in parse_string_literal()
368 vstr_add_byte(&lex->fstring_args, CUR_CHAR(lex)); in parse_string_literal()
379 vstr_add_byte(&lex->fstring_args, ','); in parse_string_literal()
381 vstr_add_byte(&lex->vstr, '{'); in parse_string_literal()
473 vstr_add_byte(&lex->vstr, c); in parse_string_literal()
482 vstr_add_byte(&lex->vstr, c); in parse_string_literal()
493 vstr_add_byte(&lex->vstr, CUR_CHAR(lex)); in parse_string_literal()
541 vstr_add_byte(&lex->fstring_args, ')'); in mp_lexer_to_next()
676 vstr_add_byte(&lex->vstr, CUR_CHAR(lex)); in mp_lexer_to_next()
681 vstr_add_byte(&lex->vstr, CUR_CHAR(lex)); in mp_lexer_to_next()
A Dvstr.c142 void vstr_add_byte(vstr_t *vstr, byte b) { in vstr_add_byte() function
172 vstr_add_byte(vstr, c); in vstr_add_char()
A Dobjstr.c268 vstr_add_byte(&vstr, val); in bytes_make_new()
963 vstr_add_byte(&vstr, '}'); in mp_obj_str_format_helper()
973 vstr_add_byte(&vstr, *str); in mp_obj_str_format_helper()
979 vstr_add_byte(&vstr, '{'); in mp_obj_str_format_helper()
1427 vstr_add_byte(&vstr, *str); in str_modulo_format()
1434 vstr_add_byte(&vstr, '%'); in str_modulo_format()
A Dmodio.c227 vstr_add_byte(&path_buf, '/'); in resource_stream()
A Dmisc.h196 void vstr_add_byte(vstr_t *vstr, byte v);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodujson.c237 vstr_add_byte(&vstr, c); in mod_ujson_load()
261 vstr_add_byte(&vstr, cur); in mod_ujson_load()
A Dmodure.c348 vstr_add_byte(&vstr_return, *repl++); in re_sub_helper()
352 vstr_add_byte(&vstr_return, *repl++); in re_sub_helper()
A Dvfs_lfsx.c123 vstr_add_byte(&self->cur_dir, '/'); in MP_VFS_LFSx()
296 vstr_add_byte(&self->cur_dir, '/'); in MP_VFS_LFSx()

Completed in 18 milliseconds