Lines Matching refs:p_end
1216 tok_get(register struct tok_state *tok, char **p_start, char **p_end) in tok_get() argument
1221 *p_start = *p_end = NULL; in tok_get()
1399 *p_end = tok->cur; in tok_get()
1409 *p_end = tok->cur - 1; /* Leave '\n' out of the string */ in tok_get()
1423 *p_end = tok->cur; in tok_get()
1539 *p_end = tok->cur; in tok_get()
1556 *p_end = tok->cur; in tok_get()
1613 *p_end = tok->cur; in tok_get()
1654 *p_end = tok->cur; in tok_get()
1676 *p_end = tok->cur; in tok_get()
1681 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() argument
1683 int result = tok_get(tok, p_start, p_end); in PyTokenizer_Get()