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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c116 int lastmotion; /* last motion */
123 int repeat; /* repeat count for motion cmds */
124 int lastrepeat; /* last repeat count for motion cmds */
1129 /*{ DELMOTION( motion, mode )
1131 * Delete thru motion.
1141 static int delmotion(Vi_t *vp,int motion, int mode) argument
1152 /*** fake out the motion routines by appending a blank ***/
1155 end = mvcursor(vp,motion);
1161 if( mode=='c' && end>begin && strchr("wW", motion) )
1175 if( strchr("eE;,TtFf%", motion) )
1535 mvcursor(register Vi_t* vp,register int motion) argument
[all...]

Completed in 68 milliseconds