Searched refs:kptr (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Demacs.c189 genchar *kptr; local
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
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c188 genchar *kptr; local
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
[all...]

Completed in 24 milliseconds