Lines Matching refs:strcopy
378 out = strcopy(begin,path_basename(cp= *com++)); in ed_expand()
387 out = strcopy(begin,cp); in ed_expand()
391 out = strcopy(begin,fmtx(*com)); in ed_expand()
395 out = strcopy(begin,*com++); in ed_expand()
418 out = strcopy(begin,cp); in ed_expand()
422 out = strcopy(begin,cp); in ed_expand()
431 out = strcopy(begin,cp); in ed_expand()
443 out = strcopy(out,fmtx(*com++)); in ed_expand()
464 out = strcopy(out,left); in ed_expand()
552 cp = strcopy((char*)ep->e_inbuf,e_runvi); in ed_fulledit()
553 cp = strcopy(cp, fmtbase((long)ep->e_hline,10,0)); in ed_fulledit()