Lines Matching refs:buf_ptr

2263     uint8_t *buf_ptr;  member
7514 bf->buf_ptr = bf->buffer; in tcc_open()
7537 if (bf->buf_ptr >= bf->buf_end) { in tcc_peekc_slow()
7551 bf->buf_ptr = bf->buffer; in tcc_peekc_slow()
7555 if (bf->buf_ptr < bf->buf_end) { in tcc_peekc_slow()
7556 return bf->buf_ptr[0]; in tcc_peekc_slow()
7558 bf->buf_ptr = bf->buf_end; in tcc_peekc_slow()
7573 ch = *(++(file->buf_ptr)); in inp()
7607 file->buf_ptr = p; in handle_stray1()
7609 p = file->buf_ptr; in handle_stray1()
7614 file->buf_ptr = p; in handle_stray1()
7617 p = file->buf_ptr; in handle_stray1()
7629 file->buf_ptr = p;\
7631 p = file->buf_ptr;\
7642 p = file->buf_ptr;\
7669 file->buf_ptr = p; in parse_line_comment()
7671 p = file->buf_ptr; in parse_line_comment()
7725 file->buf_ptr = p; in parse_comment()
7727 p = file->buf_ptr; in parse_comment()
7753 file->buf_ptr = p; in parse_comment()
7755 p = file->buf_ptr; in parse_comment()
7793 file->buf_ptr = p; in parse_pp_string()
7795 p = file->buf_ptr; in parse_pp_string()
7852 p = file->buf_ptr; in preprocess_skip()
7872 file->buf_ptr = p; in preprocess_skip()
7878 ch = file->buf_ptr[0]; in preprocess_skip()
7881 p = file->buf_ptr; in preprocess_skip()
7890 file->buf_ptr = p; in preprocess_skip()
7893 p = file->buf_ptr; in preprocess_skip()
7904 file->buf_ptr = p; in preprocess_skip()
7906 p = file->buf_ptr; in preprocess_skip()
7923 file->buf_ptr = p; in preprocess_skip()
8320 c = file->buf_ptr[0]; in parse_define()
8322 c = handle_stray1(file->buf_ptr); in parse_define()
8500 ch = file->buf_ptr[0]; in preprocess()
8621 ch = file->buf_ptr[0]; in preprocess()
8711 ch = file->buf_ptr[0]; in preprocess()
9161 p = file->buf_ptr; in next_nomacro1()
9176 file->buf_ptr = p; in next_nomacro1()
9178 p = file->buf_ptr; in next_nomacro1()
9184 file->buf_ptr = p; in next_nomacro1()
9187 p = file->buf_ptr; in next_nomacro1()
9220 p = file->buf_ptr; in next_nomacro1()
9242 file->buf_ptr = p; in next_nomacro1()
9244 p = file->buf_ptr; in next_nomacro1()
9565 file->buf_ptr = p; in next_nomacro1()
9761 ch = file->buf_ptr[0]; in macro_subst_tok()
14890 ch = file->buf_ptr[0]; in tcc_compile()
14933 bf->buf_ptr = buf; in tcc_compile_string()
14962 bf->buf_ptr = bf->buffer; in tcc_define_symbol()
14972 ch = file->buf_ptr[0]; in tcc_define_symbol()
17701 ch = file->buf_ptr[0]; in tcc_assemble_internal()
17799 bf->buf_ptr = str; in tcc_assemble_inline()
20349 file->buf_ptr = parse_comment(file->buf_ptr); in ld_next()
20350 ch = file->buf_ptr[0]; in ld_next()
20405 ch = file->buf_ptr[0]; in tcc_load_ldscript()