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

/ast/src/cmd/ie/
H A Dhistory.h93 extern int hist_copy(char*,int,int);
109 extern int hist_copy();
H A Demacs.c216 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 Dhistory.c803 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 Dvi.c915 hist_copy((char*)virtual, curhline, -1);
/ast/src/cmd/ksh93/include/
H A Dhistory.h62 extern int hist_copy(char*, int, int, int);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c1057 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 Demacs.c270 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 Dvi.c921 hist_copy((char*)virtual, MAXLINE, curhline,-1);

Completed in 31 milliseconds