Searched refs:hist_copy (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/ie/ |
H A D | history.h | 93 extern int hist_copy(char*,int,int); 109 extern int hist_copy();
|
H A D | emacs.c | 216 hloff = hist_copy((char*)0, hline, -1); 257 hist_copy((char*)kstack,hline,hloff); 642 hist_copy(out,hline,hloff); 1160 hist_copy((char*)out,hline,hloff);
|
H A D | history.c | 803 int hist_copy(s1,command,line) function 862 hist_copy(s1,hist_ptr->fixind-1,-1); 909 count = hist_copy(NIL,command,-1); 925 line += hist_copy(NIL,command,-1);
|
H A D | vi.c | 915 hist_copy((char*)virtual, curhline, -1);
|
/ast/src/cmd/ksh93/include/ |
H A D | history.h | 62 extern int hist_copy(char*, int, int, int);
|
/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 1057 int hist_copy(char *s1,int size,int command,int line) function 1108 hist_copy(string,size,(int)hp->histind-1,-1); 1154 count = hist_copy(NIL(char*),0, command,-1); 1170 line += hist_copy(NIL(char*),0, command,-1);
|
H A D | emacs.c | 270 hist_copy((char*)kstack,MAXLINE, hline,hloff); 696 hist_copy((char*)out,MAXLINE, hline,hloff); 1316 hist_copy((char*)out,MAXLINE, hline,hloff);
|
H A D | vi.c | 921 hist_copy((char*)virtual, MAXLINE, curhline,-1);
|
Completed in 31 milliseconds