Home | History | Annotate | Download | only in coregrind

Lines Matching defs:cp

100    HChar* cp = s;
101 vg_assert(cp);
105 while (VG_(isspace)(*cp)) cp++;
106 if (*cp == 0) break;
107 tmp = cp;
108 while ( !VG_(isspace)(*cp) && *cp != 0 ) cp++;
109 if ( *cp != 0 ) *cp++ = '\0'; // terminate if not the last