Searched refs:multi_line_start (Results 1 – 3 of 3) sorted by relevance
376 Py_ssize_t multi_line_start = tok->multi_line_start - tok->buf; in tok_reserve_buf() local388 tok->multi_line_start = multi_line_start < 0 ? NULL : tok->buf + multi_line_start; in tok_reserve_buf()903 Py_ssize_t cur_multi_line_start = tok->multi_line_start - tok->buf; in tok_underflow_interactive()915 tok->multi_line_start = tok->buf + cur_multi_line_start; in tok_underflow_interactive()1906 tok->multi_line_start = tok->line_start; in tok_get()1927 assert(tok->multi_line_start != NULL); in tok_get()1933 tok->line_start = tok->multi_line_start; in tok_get()
68 const char* multi_line_start; /* pointer to start of first line of member
698 const char *line_start = token_type == STRING ? p->tok->multi_line_start : p->tok->line_start; in initialize_token()