Lines Matching refs:tptr
67 char *tptr;
73 tptr = ptr + strlen(ptr);
74 while (tptr != ptr && isspace(tptr[-1]))
75 --tptr;
76 *tptr = '\0';
92 char *tptr, ch;
96 tptr = ptr;
97 while (isspace(*tptr))
98 tptr++;
100 while ((ch = *tptr) != '\0' && !isspace(ch)) {
102 tptr++;
104 while (isspace(*tptr))
105 tptr++;
106 if (*tptr == '\0')
200 static char *tptr = NULL;
205 ptr = tptr;
214 tptr = pend;
216 tptr = NULL;