Lines Matching defs:startinpos

4393     const char **input, const char **inend, Py_ssize_t *startinpos,
4417 *startinpos, *endinpos,
4506 const char **input, const char **inend, Py_ssize_t *startinpos,
4531 *startinpos, *endinpos,
4705 Py_ssize_t startinpos;
4803 startinpos = s-starts;
4829 startinpos = s-starts;
4840 &starts, &e, &startinpos, &endinpos, &exc, &s,
4857 &starts, &e, &startinpos, &endinpos, &exc, &s,
4868 *consumed = startinpos;
5131 Py_ssize_t startinpos, endinpos;
5157 startinpos = s - starts;
5162 startinpos = s - starts;
5163 endinpos = startinpos + 1;
5176 startinpos = s - starts;
5177 endinpos = startinpos + ch - 1;
5190 s += (endinpos - startinpos);
5196 s += (endinpos - startinpos);
5205 for (i=startinpos; i<endinpos; i++) {
5211 s += (endinpos - startinpos);
5219 &starts, &end, &startinpos, &endinpos, &exc, &s,
5664 Py_ssize_t startinpos;
5754 startinpos = ((const char *)q) - starts;
5755 endinpos = startinpos + 4;
5762 startinpos = ((const char *)q) - starts;
5773 startinpos = ((const char *)q) - starts;
5774 endinpos = startinpos + 4;
5782 &starts, (const char **)&e, &startinpos, &endinpos, &exc, (const char **)&q,
5975 Py_ssize_t startinpos;
6064 startinpos = ((const char *)q) - starts;
6074 startinpos = ((const char *)q) - starts;
6079 startinpos = ((const char *)q) - 2 - starts;
6080 endinpos = startinpos + 2;
6084 startinpos = ((const char *)q) - 4 - starts;
6085 endinpos = startinpos + 2;
6099 &startinpos,
6364 Py_ssize_t startinpos = s - starts - 1;
6514 *consumed = startinpos;
6523 &starts, &end, &startinpos, &endinpos, &exc, &s,
6763 Py_ssize_t startinpos = s - starts - 1;
6818 *consumed = startinpos;
6827 &starts, &end, &startinpos, &endinpos, &exc, &s,
7292 Py_ssize_t startinpos, endinpos;
7332 startinpos = s-starts;
7333 endinpos = startinpos + 1;
7337 &starts, &e, &startinpos, &endinpos, &exc, &s,
7565 Py_ssize_t startinpos, endinpos, outpos;
7571 startinpos = in - startin;
7572 endinpos = startinpos + 1;
7577 &startin, &endin, &startinpos, &endinpos, &exc, &in,
8114 Py_ssize_t startinpos, endinpos;
8198 startinpos = s-starts;
8199 endinpos = startinpos+1;
8203 &starts, &e, &startinpos, &endinpos, &exc, &s,
8233 Py_ssize_t startinpos, endinpos;
8305 startinpos = s-starts;
8306 endinpos = startinpos+1;
8310 &starts, &e, &startinpos, &endinpos, &exc, &s,