Home | History | Annotate | Download | only in Parser

Lines Matching refs:p_start

1210 tok_get(register struct tok_state *tok, char **p_start, char **p_end)

1215 *p_start = *p_end = NULL;
1392 *p_start = tok->start;
1402 *p_start = tok->start;
1416 *p_start = tok->start;
1532 *p_start = tok->start;
1549 *p_start = tok->start;
1606 *p_start = tok->start;
1645 *p_start = tok->start;
1667 *p_start = tok->start;
1673 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end)
1675 int result = tok_get(tok, p_start, p_end);