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

/ast/src/cmd/ie/
H A Dvi.c129 #define lastrepeat editb.e_mode /* last repeat count for motion cmds */ macro
409 lastrepeat = 1;
774 lastrepeat = repeat;
777 lastrepeat = repeat;
794 repeat = lastrepeat;
813 lastrepeat = repeat;
/ast/src/cmd/ksh93/edit/
H A Dvi.c119 int lastrepeat; /* last repeat count for motion cmds */ member in struct:_vi_
395 vp->lastrepeat = 1;
757 vp->lastrepeat = vp->repeat;
774 vp->repeat = vp->lastrepeat;
793 vp->lastrepeat = vp->repeat;

Completed in 18 milliseconds