Searched refs:hist_copy (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | history.h | 62 extern int hist_copy(char*, int, int, int);
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 1025 int hist_copy(char *s1,int size,int command,int line) in hist_copy() function 1076 hist_copy(string,size,(int)hp->histind-1,-1); in hist_word() 1122 count = hist_copy(NIL(char*),0, command,-1); in hist_locate() 1138 line += hist_copy(NIL(char*),0, command,-1); in hist_locate()
|
H A D | emacs.c | 269 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread() 666 hist_copy((char*)out,MAXLINE, hline,hloff); in ed_emacsread() 1254 hist_copy((char*)out,MAXLINE, hline,hloff); in search()
|
H A D | vi.c | 897 hist_copy((char*)virtual, MAXLINE, curhline,-1); in cntlmode()
|