Home
last modified time | relevance | path

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

/original-bsd/local/toolchest/ksh/sh/
H A Dhistory.c654 int hist_copy(s1,command,line) in hist_copy() function
711 hist_copy(s1,fc_fix->fixind-1,-1);
758 count = hist_copy(NIL,command,-1);
774 line += hist_copy(NIL,command,-1);
H A Demacs.c208 hist_copy((char*)kstack,hline,hloff);
547 hist_copy(&out[plen],hline,hloff);
858 hist_copy((char*)&out[plen],hline,hloff);
H A Dvi.c848 hist_copy((char*)virtual, curhline, -1); in cntlmode()