Lines Matching refs:p_start
1413 tok_get(struct tok_state *tok, const char **p_start, const char **p_end)
1418 *p_start = *p_end = NULL;
1609 *p_start = ignore_end;
1619 *p_start = type_start; /* after type_comment_prefix */
1679 *p_start = tok->start;
1736 *p_start = tok->start;
1755 *p_start = tok->start;
1767 *p_start = tok->start;
1941 *p_start = tok->start;
1964 *p_start = tok->start;
2045 *p_start = tok->start;
2072 *p_start = tok->start;
2127 *p_start = tok->start;
2134 const char **p_start, const char **p_end)
2136 int result = tok_get(tok, p_start, p_end);
2192 const char *p_start = NULL;
2221 _PyTokenizer_Get(tok, &p_start, &p_end);