Lines Matching refs:gchar_cursor
4326 if (!virtual_active() || gchar_cursor() != NUL in nv_dollar()
4462 if (gchar_cursor() == TAB && virtual_active() && cap->arg == FORWARD in nv_csearch()
4631 c = gchar_cursor(); in nv_brackets()
5021 if (gchar_cursor() == NUL) in nv_replace()
5027 else if (gchar_cursor() == TAB) in nv_replace()
5315 if (gchar_cursor() == NUL) in n_swapchar()
5786 if (c == Ctrl_V && (get_ve_flags() & VE_BLOCK) && gchar_cursor() == TAB) in n_start_visual_mode()
6088 i = gchar_cursor(); in nv_g_cmd()
6734 n = gchar_cursor(); in nv_wordcmd()
6808 if (curwin->w_cursor.col > 0 && gchar_cursor() == NUL in adjust_cursor()
6845 && gchar_cursor() != NUL && LT_POS(VIsual, curwin->w_cursor)) in adjust_for_sel()