Home | History | Annotate | Download | only in Parser

Lines Matching defs:p_start

1363 tok_get(struct tok_state *tok, char **p_start, char **p_end)
1368 *p_start = *p_end = NULL;
1547 *p_start = tok->start;
1596 *p_start = tok->start;
1615 *p_start = tok->start;
1627 *p_start = tok->start;
1766 *p_start = tok->start;
1783 *p_start = tok->start;
1839 *p_start = tok->start;
1869 *p_start = tok->start;
1891 *p_start = tok->start;
1897 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end)
1899 int result = tok_get(tok, p_start, p_end);
1922 char *p_start =NULL , *p_end =NULL , *encoding = NULL;
1957 PyTokenizer_Get(tok, &p_start, &p_end);