Lines Matching defs:kptr
189 genchar *kptr;
350 kptr=kstack;
351 while (i = *kptr++)
368 kptr = &kstack[count]; /* move old contents here */
373 kptr[c] = kstack[c];
376 *kptr = 0; /* this is end of data */
414 kptr = &kstack[genlen(kstack)]; /* append here */
416 kptr = kstack;
419 kptr = kstack;
423 *kptr++ = out[i];
433 *kptr = '\0';