Lines Matching refs:ptr
79 register char *ptr;
82 ptr = area;
84 *(ptr++) = CRACK_TOUPPER(*str);
87 *ptr = '\0';
95 register char *ptr;
98 ptr = area;
100 *(ptr++) = CRACK_TOLOWER(*str);
103 *ptr = '\0';
111 register char *ptr;
114 ptr = area;
117 *(ptr++) = CRACK_TOLOWER(*str);
121 *ptr = '\0';
165 register char *ptr;
168 ptr = area;
170 *(ptr++) = (*string == old ? new : *string);
173 *ptr = '\0';
181 register char *ptr;
183 ptr = area;
186 *(ptr++) = *string;
190 *ptr = '\0';
317 register char *ptr;
320 ptr = area;
322 *(ptr++) = (MatchClass(class, *string) ? new : *string);
325 *ptr = '\0';
333 register char *ptr;
336 ptr = area;
339 *(ptr++) = *string;
343 *ptr = '\0';
366 register char *ptr;
373 for (ptr = control; *ptr; ptr++) {
374 switch (*ptr) {
401 if (!ptr[1]) {
404 limit = Char2Int(*(++ptr));
414 if (!ptr[1]) {
417 limit = Char2Int(*(++ptr));
427 if (!ptr[1]) {
430 area2[0] = *(++ptr);
437 if (!ptr[1]) {
444 string[-1] = *(++ptr);
449 if (!ptr[1] || !ptr[2]) {
456 start = Char2Int(*(++ptr));
457 length = Char2Int(*(++ptr));
471 if (!ptr[1] || !ptr[2]) {
476 i = Char2Int(*(++ptr));
480 ++ptr;
482 area[i] = *ptr;
488 if (!ptr[1] || !ptr[2]) {
495 i = Char2Int(*(++ptr));
505 *(p2++) = *(++ptr);
513 if (!ptr[1] || (ptr[1] ==
514 RULE_CLASS && !ptr[2])) {
516 } else if (ptr[1] != RULE_CLASS) {
518 *(++ptr)), PATH_MAX);
521 ptr[2]), PATH_MAX);
522 ptr += 2;
526 if (!ptr[1] || !ptr[2] ||
527 (ptr[1] == RULE_CLASS && !ptr[3])) {
529 } else if (ptr[1] != RULE_CLASS) {
530 ptr += 2;
533 ptr[2], ptr[3]), PATH_MAX);
534 ptr += 3;
538 if (!ptr[1] ||
539 (ptr[1] == RULE_CLASS && !ptr[2])) {
541 } else if (ptr[1] != RULE_CLASS) {
542 if (!strchr(area, *(++ptr))) {
546 if (!PolyStrchr(area, ptr[2])) {
549 ptr += 2;
553 if (!ptr[1] ||
554 (ptr[1] == RULE_CLASS && !ptr[2])) {
556 } else if (ptr[1] != RULE_CLASS) {
557 if (strchr(area, *(++ptr))) {
561 if (PolyStrchr(area, ptr[2])) {
564 ptr += 2;
577 if (!ptr[1] || !ptr[2] ||
578 (ptr[2] == RULE_CLASS && !ptr[3])) {
583 if ((i = Char2Int(ptr[1])) < 0) {
586 if (ptr[2] != RULE_CLASS) {
587 ptr += 2;
588 if (area[i] != *ptr) {
592 ptr += 3;
593 if (!MatchClass(*ptr,
622 if (!ptr[1] ||
623 (ptr[1] == RULE_CLASS && !ptr[2])) {
626 if (ptr[1] != RULE_CLASS) {
627 ptr++;
628 if (area[0] != *ptr) {
632 ptr += 2;
633 if (!MatchClass(*ptr,
641 if (!ptr[1] ||
642 (ptr[1] == RULE_CLASS && !ptr[2])) {
654 if (ptr[1] != RULE_CLASS) {
655 ptr++;
656 if (area[i] != *ptr) {
660 ptr += 2;
661 if (!MatchClass(*ptr,