Home | History | Annotate | Download | only in pax

Lines Matching defs:pt1

103 	char *pt1;
121 for (pt1 = str+1; *pt1; pt1++) {
122 if (*pt1 == '\\') {
123 pt1++;
126 if (*pt1 == *str)
129 if (*pt1 == 0) {
143 *pt1 = '\0';
157 *pt1++ = *str;
158 for (pt2 = pt1; *pt2; pt2++) {
176 if ((rep->nstr = strdup(pt1)) == NULL) {
183 pt1 = pt2++;
206 *pt1 = *str;