Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dhistory.h62 extern int hist_copy(char*, int, int, int);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c1025 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 Demacs.c269 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 Dvi.c897 hist_copy((char*)virtual, MAXLINE, curhline,-1); in cntlmode()