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

/ast/src/cmd/ie/
H A Demacs.c125 #define kstack editb.e_killbuf macro
194 kstack = buff + MAXLINE*sizeof(genchar);
196 if(kstack==0)
198 kstack = (genchar*)malloc(sizeof(genchar)*(MAXLINE));
199 kstack[0] = '\0';
219 kstack[0] = '\0'; /* also clear kstack... */
257 hist_copy((char*)kstack,hline,hloff);
259 ed_internal((char*)kstack,kstack);
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c137 #define kstack editb.e_killbuf macro
216 if(!kstack)
218 kstack = (genchar*)malloc(CHARSIZE*MAXLINE);
219 kstack[0] = '\0';
225 kstack[0] = '\0'; /* also clear kstack... */
270 hist_copy((char*)kstack,MAXLINE, hline,hloff);
272 ed_internal((char*)kstack,kstack);
377 c = genlen(kstack);
[all...]

Completed in 19 milliseconds