Lines Matching defs:ptr2
642 char *ptr, *ptr2, **argv, str[100];662 for (l = 0, ptr2 = ptr ; *ptr2 && !l ; ptr2++)663 l = (*ptr2 != ' ' && *ptr2 != '\t' && *ptr != '-');672 for (p = c = l = 0, ptr2 = ptr;673 *ptr2 && c < sendbreakwidth;674 p++, ptr2++) {675 if (*ptr2 == ' ' && c < sendwidth)677 if (*ptr2 == '\t') {