Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c1193 static int delmotion(Vi_t *vp,int motion, int mode) in delmotion() function
1522 delmotion(vp, '$', BAD); in getline()
2561 if(!delmotion(vp, c, 'c')) in textmod()
2589 if(!delmotion(vp, c, 'd')) in textmod()
2687 else if(!delmotion(vp, c, 'y')) in textmod()