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

/ast/src/cmd/ksh93/edit/
H A Dvi.c111 int lastmotion; /* last motion */
118 int repeat; /* repeat count for motion cmds */
119 int lastrepeat; /* last repeat count for motion cmds */
1177 /*{ DELMOTION( motion, mode )
1179 * Delete thru motion.
1189 static int delmotion(Vi_t *vp,int motion, int mode) argument
1200 /*** fake out the motion routines by appending a blank ***/
1203 end = mvcursor(vp,motion);
1209 if( mode=='c' && end>begin && strchr("wW", motion) )
1223 if( strchr("eE;,TtFf%", motion) )
1596 mvcursor(register Vi_t* vp,register int motion) argument
[all...]

Completed in 11 milliseconds