Home
last modified time | relevance | path

Searched refs:gencpy (Results 1 – 2 of 2) sorted by relevance

/original-bsd/local/toolchest/ksh/sh/
H A Demacs.c65 #define gencpy(a,b) e_gencpy(a,b) macro
72 #define gencpy(a,b) strcpy((char*)(a),(char*)(b)) macro
193 gencpy(buff,&Prompt[1]); /* Skip the leading \r */
261 gencpy(buff+plen,&version[4]);
348 gencpy(out+i,out+cur);
486 gencpy(kstack,&out[i]);
568 gencpy(out,&out[plen]);
742 gencpy(name,&out[cur]);
748 gencpy(&out[cur],name);
844 gencpy(lstring,&string[2+plen]);
[all …]
H A Dvi.c62 #define gencpy(a,b) e_gencpy(a,b) macro
68 #define gencpy(a,b) strcpy((char*)(a),(char*)(b)) macro
425 gencpy((&virtual[i]), (&virtual[i+1]));
691 gencpy(U_space, virtual); in cntlmode()
869 gencpy(virtual, U_space); in cntlmode()
1028 gencpy(yankbuf,vp);
1036 gencpy(vp,vp+nchars);
1879 gencpy(tmpspace, u_space); in restore_v()
1882 gencpy(virtual, tmpspace); in restore_v()
1921 gencpy(u_space, virtual); in save_v()
[all …]