Home | History | Annotate | Download | only in Modules

Lines Matching refs:pin

1476     const char *pin;            /* pointer to next char in input format */
1492 pin = PyUnicode_AsUTF8AndSize(format, &flen);
1493 if (!pin)
1511 while ((ch = *pin++) != '\0') {
1513 ptoappend = pin - 1;
1516 else if ((ch = *pin++) == '\0') {
1519 * Back the pin up one char so that we catch the null check
1521 pin--;
1522 ptoappend = pin - 1;
1582 ptoappend = pin - 2;