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

/ast/src/cmd/ie/
H A Dvi.c128 #define lastmotion editb.e_globals[2] /* last motion */
129 #define lastrepeat editb.e_mode /* last repeat count for motion cmds */
143 #define repeat editb.e_repeat /* repeat count for motion cmds */
1160 /*{ DELMOTION( motion, mode )
1162 * Delete thru motion.
1174 delmotion(motion, mode)
1175 int motion;
1189 /*** fake out the motion routines by appending a blank ***/
1192 end = mvcursor(motion);
1198 if( mode=='c' && end>begin && strchr("wW", motion) )
[all...]
/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 67 milliseconds