Searched refs:getcount (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ie/ |
H A D | vi.c | 197 static int getcount(); 775 c = getcount(c); 1319 getcount(c) function 2372 c = getcount(getchar()); 2401 c = getcount(getchar()); 2499 c = getcount(getchar());
|
/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 187 static int getcount(Vi_t*,int); 755 c = getcount(vp,c); 1321 static int getcount(register Vi_t *vp,register int c) function 1628 switch(motion=getcount(vp,ed_getchar(vp->ed,-1))) 2542 c = getcount(vp,ed_getchar(vp->ed,-1)); 2571 c = getcount(vp,ed_getchar(vp->ed,-1)); 2669 c = getcount(vp,ed_getchar(vp->ed,-1));
|
Completed in 14 milliseconds