Lines Matching refs:gchar_cursor
831 if (ins_at_eol && gchar_cursor() == NUL) in edit()
2096 + char2cells(c != NUL ? c : gchar_cursor()); in insertchar()
2451 if (curwin->w_cursor.col > 0 && gchar_cursor() == NUL) in stop_insert()
2454 cc = gchar_cursor(); in stop_insert()
2463 if (gchar_cursor() != NUL) in stop_insert()
2467 if (gchar_cursor() == NUL in stop_insert()
2492 if (gchar_cursor() == NUL && curwin->w_cursor.col > 0) in stop_insert()
2494 cc = gchar_cursor(); in stop_insert()
3235 while (vcol > orig_vcols && gchar_cursor() == ' ') in replace_do_bs()
3662 || (gchar_cursor() == NUL && !VIsual_active)) in ins_esc()
3738 while (gchar_cursor() != NUL && revins_chars--) in ins_ctrl_()
3852 ins_at_eol = (gchar_cursor() == NUL); in ins_ctrl_o()
3906 if (gchar_cursor() == NUL) // delete newline in ins_del()
4072 temp = gchar_cursor(); // remember current char in ins_bs()
4091 if (temp == NUL && gchar_cursor() != NUL) in ins_bs()
4251 cc = gchar_cursor(); in ins_bs()
4300 if (revins_on && gchar_cursor() == NUL) in ins_bs()
4640 if (gchar_cursor() != NUL || virtual_active()) in ins_right()
4687 || gchar_cursor() != NUL) in ins_s_right()