Lines Matching defs:ptr
43 char *ptr;48 ptr = astart;49 while ((c = *ptr)) {51 c = *++ptr;55 if (ptr[1] == ':') {56 part = (int) (*ptr - 'A');61 if (ptr[2] == ' ' || ptr[2] == '\0') {62 ptr += 2;65 name = &(ptr[2]);67 name = ptr;68 while ((c = *++ptr) && c != ' ')71 *ptr++ = 0;74 while ((c = *++ptr) && c != ' ')
Indexes created Fri Oct 03 14:09:59 GMT 2025