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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dhistory.h62 extern int hist_copy(char*, int, int, int);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h71 extern __MANGLE__ int hist_copy __PROTO__((char*, int, int, int));
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c1053 int hist_copy(char *s1,int size,int command,int line) function
1104 hist_copy(string,size,(int)hp->histind-1,-1);
1150 count = hist_copy(NIL(char*),0, command,-1);
1166 line += hist_copy(NIL(char*),0, command,-1);
H A Demacs.c269 hist_copy((char*)kstack,MAXLINE, hline,hloff);
693 hist_copy((char*)out,MAXLINE, hline,hloff);
1312 hist_copy((char*)out,MAXLINE, hline,hloff);
H A Dvi.c923 hist_copy((char*)virtual, MAXLINE, curhline,-1);

Completed in 36 milliseconds