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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dvi.c128 genchar *u_space; /* used for u command */ member in struct:_vi_
387 vp->u_space = ubuf;
716 genchar tmp_u_space[MAXLINE]; /* temporary u_space */
717 genchar *real_u_space; /* points to real u_space */
731 real_u_space = vp->u_space;
878 vp->u_space = tmp_u_space;
881 vp->u_space = real_u_space;
905 vp->u_space = tmp_u_space;
908 vp->u_space = real_u_space;
926 strcpy((char*)virtual,(char*)vp->u_space);
[all...]

Completed in 102 milliseconds