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

/ast/src/cmd/ie/
H A Dvi.c128 #define lastmotion editb.e_globals[2] /* last motion */ macro
408 lastmotion = '\0';
2237 if(mode && (fold(lastmotion)=='F' || fold(lastmotion)=='T'))
2238 lastmotion = ';';
2370 c = lastmotion;
2374 lastmotion = c;
2399 c = lastmotion;
2403 lastmotion = c;
2497 c = lastmotion;
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c111 int lastmotion; /* last motion */ member in struct:_vi_
394 vp->lastmotion = '\0';
2395 if(mode && (fold(vp->lastmotion)=='F' || fold(vp->lastmotion)=='T'))
2396 vp->lastmotion = ';';
2540 c = vp->lastmotion;
2544 vp->lastmotion = c;
2569 c = vp->lastmotion;
2573 vp->lastmotion = c;
2667 c = vp->lastmotion;
[all...]

Completed in 20 milliseconds