Lines Matching refs:OldPos
42 size_t OldPos = 0; in incrementSubstitutions() local
45 for (; OldPos < OldLen; ++OldPos, ++NewPos) { in incrementSubstitutions()
46 if (OldName[OldPos] == '\0') in incrementSubstitutions()
48 if (OldName[OldPos] == 'S') { in incrementSubstitutions()
53 for (Last = OldPos + 1; Last < OldLen; ++Last) { in incrementSubstitutions()
67 NewName[NewPos++] = OldName[OldPos++]; // 'S' in incrementSubstitutions()
68 size_t Length = Last - OldPos; in incrementSubstitutions()
71 assert(OldName[OldPos - 1] == 'S'); in incrementSubstitutions()
72 assert(OldName[OldPos + Length] == '_'); in incrementSubstitutions()
85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions()
105 OldPos = Last; in incrementSubstitutions()
109 NewName[NewPos] = OldName[OldPos]; in incrementSubstitutions()