Searched refs:delmotion (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 1141 static int delmotion(Vi_t *vp,int motion, int mode) in delmotion() function 1462 delmotion(vp, '$', BAD); in getline() 2461 if(!delmotion(vp, c, 'c')) in textmod() 2489 if(!delmotion(vp, c, 'd')) in textmod() 2586 else if(!delmotion(vp, c, 'y')) in textmod()
|