Home
last modified time | relevance | path

Searched refs:nextmotion (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c1773 int nextmotion; in mvcursor() local
1787 nextmotion = paren_chars[count+3]; in mvcursor()
1790 nextmotion = paren_chars[count-3]; in mvcursor()
1794 if(virtual[tcur_virt] == nextmotion) in mvcursor()