Home | History | Annotate | Download | only in Modules

Lines Matching refs:pin

1171     const char *pin;            /* pointer to next char in input format */
1225 pin = format;
1226 while ((ch = *pin++) != '\0') {
1228 ptoappend = pin - 1;
1231 else if ((ch = *pin++) == '\0') {
1315 ptoappend = pin - 2;