Lines Matching defs:kptr
188 genchar *kptr;
386 kptr=kstack;
387 while (i = *kptr++)
404 kptr = &kstack[count]; /* move old contents here */
409 kptr[c] = kstack[c];
412 *kptr = 0; /* this is end of data */
450 kptr = &kstack[genlen(kstack)]; /* append here */
452 kptr = kstack;
455 kptr = kstack;
459 *kptr++ = out[i];
469 *kptr = '\0';