Searched refs:multi_line_start (Results 1 – 4 of 4) sorted by relevance
362 Py_ssize_t multi_line_start = tok->multi_line_start - tok->buf; in tok_reserve_buf() local374 tok->multi_line_start = multi_line_start < 0 ? NULL : tok->buf + multi_line_start; in tok_reserve_buf()931 Py_ssize_t cur_multi_line_start = tok->multi_line_start - tok->buf; in tok_underflow_interactive()943 tok->multi_line_start = tok->buf + cur_multi_line_start; in tok_underflow_interactive()1981 tok->multi_line_start = tok->line_start; in tok_get()2008 assert(tok->multi_line_start != NULL); in tok_get()2014 tok->line_start = tok->multi_line_start; in tok_get()
68 const char* multi_line_start; /* pointer to start of first line of member
165 const char *line_start = token_type == STRING ? p->tok->multi_line_start : p->tok->line_start; in initialize_token()
89 const char *line_start = type == STRING ? it->tok->multi_line_start : it->tok->line_start; in tokenizeriter_next()