Searched refs:delmotion (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ie/ |
H A D | vi.c | 1174 delmotion(motion, mode) function 1471 delmotion('$', BAD); 2381 if( delmotion(c, 'c') == BAD ) 2409 if( delmotion(c, 'd') == BAD ) 2506 else if( delmotion(c, 'y') == BAD )
|
/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 1189 static int delmotion(Vi_t *vp,int motion, int mode) function 1518 delmotion(vp, '$', BAD); 2551 if(!delmotion(vp, c, 'c')) 2579 if(!delmotion(vp, c, 'd')) 2676 else if(!delmotion(vp, c, 'y'))
|
Completed in 22 milliseconds