Home
last modified time | relevance | path

Searched refs:interactive_src_end (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Parser/
H A Dtokenizer.h39 char *interactive_src_end; /* The end of the source parsed so far in interactive mode */ member
H A Dtokenizer.c61 tok->interactive_src_end = NULL; in tok_new()
307 Py_ssize_t current_size = tok->interactive_src_end - tok->interactive_src_start; in tok_concatenate_interactive_new_line()
321 tok->interactive_src_end = NULL; in tok_concatenate_interactive_new_line()
332 tok->interactive_src_end = new_str + current_size + line_size; in tok_concatenate_interactive_new_line()
H A Dpegen_errors.c263 const char* buf_end = p->tok->fp_interactive ? p->tok->interactive_src_end : p->tok->inp; in get_error_line_from_tokenizer_buffers()

Completed in 5 milliseconds