Searched refs:getrchar (Results 1 – 1 of 1) sorted by relevance
194 static int getrchar(Vi_t*);1682 if((vp->findchar=getrchar(vp))==ESC) in mvcursor()2368 if((c=getrchar(vp))==ESC) in textmod()2547 if((c=getrchar(vp))==ESC) in textmod()2657 static int getrchar(register Vi_t *vp) in getrchar() function