Searched defs:hist_copy (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
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);
/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);

Completed in 14 milliseconds