Home | History | Annotate | Download | only in Parser

Lines Matching refs:p_start

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

1195 *p_start = *p_end = NULL;
1372 *p_start = tok->start;
1382 *p_start = tok->start;
1396 *p_start = tok->start;
1520 *p_start = tok->start;
1577 *p_start = tok->start;
1616 *p_start = tok->start;
1638 *p_start = tok->start;
1644 PyTokenizer_Get(struct tok_state *tok, char **p_start, char **p_end)
1646 int result = tok_get(tok, p_start, p_end);