Searched refs:oneright (Results 1 – 5 of 5) sorted by relevance
20 int oneright(void);
2685 oneright(); in nv_screengo()4038 if ((!past_line && oneright() == FAIL) in nv_right()4089 oneright(); in nv_right()6089 while (VIM_ISWHITE(i) && oneright() == OK); in nv_g_cmd()
2649 oneright(void) in oneright() function4647 oneright(); in ins_right()
6842 Solution: Recognize a multibyte-char at end-of-line correctly in oneright().
13756 Solution: When the cursor isn't moved let oneright() return FAIL.