Searched defs:getcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c192 static int getcount(Vi_t*,int);
754 c = getcount(vp,c);
1273 static int getcount(register Vi_t *vp,register int c) function
1567 switch(motion=getcount(vp,ed_getchar(vp->ed,-1)))
2452 c = getcount(vp,ed_getchar(vp->ed,-1));
2481 c = getcount(vp,ed_getchar(vp->ed,-1));
2579 c = getcount(vp,ed_getchar(vp->ed,-1));

Completed in 234 milliseconds