Lines Matching refs:p_end
1352 tok_get(struct tok_state *tok, char **p_start, char **p_end) in tok_get() argument
1357 *p_start = *p_end = NULL; in tok_get()
1515 *p_end = tok->cur; in tok_get()
1527 *p_end = tok->cur - 1; /* Leave '\n' out of the string */ in tok_get()
1541 *p_end = tok->cur; in tok_get()
1553 *p_end = tok->cur; in tok_get()
1692 *p_end = tok->cur; in tok_get()
1709 *p_end = tok->cur; in tok_get()
1765 *p_end = tok->cur; in tok_get()
1795 *p_end = tok->cur; in tok_get()
1817 *p_end = tok->cur; in tok_get()
1822 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end) in PyTokenizer_Get() argument
1824 int result = tok_get(tok, p_start, p_end); in PyTokenizer_Get()
1847 char *p_start =NULL , *p_end =NULL , *encoding = NULL; in PyTokenizer_FindEncodingFilename() local
1882 PyTokenizer_Get(tok, &p_start, &p_end); in PyTokenizer_FindEncodingFilename()