Lines Matching refs:p_end
1413 tok_get(struct tok_state *tok, const char **p_start, const char **p_end)
1418 *p_start = *p_end = NULL;
1610 *p_end = tok->cur;
1620 *p_end = tok->cur;
1680 *p_end = tok->cur;
1737 *p_end = tok->cur - 1; /* Leave '\n' out of the string */
1756 *p_end = tok->cur;
1768 *p_end = tok->cur;
1942 *p_end = tok->cur;
1965 *p_end = tok->cur;
2046 *p_end = tok->cur;
2073 *p_end = tok->cur;
2128 *p_end = tok->cur;
2134 const char **p_start, const char **p_end)
2136 int result = tok_get(tok, p_start, p_end);
2193 const char *p_end = NULL;
2221 _PyTokenizer_Get(tok, &p_start, &p_end);