Home | History | Annotate | Download | only in pax

Lines Matching defs:pt2

104 	char *pt2;
158 for (pt2 = pt1; *pt2; pt2++) {
159 if (*pt2 == '\\') {
160 pt2++;
163 if (*pt2 == *str)
166 if (*pt2 == 0) {
173 *pt2 = '\0';
183 pt1 = pt2++;
189 while (*pt2 != '\0') {
190 switch(*pt2) {
211 ++pt2;