Searched refs:getcount (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 192 static int getcount(Vi_t*,int); 754 c = getcount(vp,c); in cntlmode() 1273 static int getcount(register Vi_t *vp,register int c) in getcount() function 1567 switch(motion=getcount(vp,ed_getchar(vp->ed,-1))) in mvcursor() 2452 c = getcount(vp,ed_getchar(vp->ed,-1)); in textmod() 2481 c = getcount(vp,ed_getchar(vp->ed,-1)); in textmod() 2579 c = getcount(vp,ed_getchar(vp->ed,-1)); in textmod()
|