Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/edit/
H A Demacs.c137 #define kstack editb.e_killbuf macro
215 if(!kstack) in ed_emacsread()
217 kstack = (genchar*)malloc(CHARSIZE*MAXLINE); in ed_emacsread()
218 kstack[0] = '\0'; in ed_emacsread()
224 kstack[0] = '\0'; /* also clear kstack... */ in ed_emacsread()
269 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread()
271 ed_internal((char*)kstack,kstack); in ed_emacsread()
374 c = genlen(kstack); in ed_emacsread()
383 kptr=kstack; in ed_emacsread()
401 kptr = &kstack[count]; /* move old contents here */ in ed_emacsread()
[all …]