Lines Matching refs:Insstart_orig
451 Insstart_orig = Insstart; in edit()
1716 Insstart_orig = Insstart; in set_insstart()
2368 if (Insstart.col > Insstart_orig.col && !ins_need_undo) in stop_arrow()
2537 curbuf->b_op_start_orig = Insstart_orig; in stop_insert()
3991 ) || (curwin->w_cursor.lnum == Insstart_orig.lnum in ins_bs()
3992 && curwin->w_cursor.col <= Insstart_orig.col))) in ins_bs()
4214 if (curwin->w_cursor.lnum == Insstart_orig.lnum in ins_bs()
4215 && curwin->w_cursor.col < Insstart_orig.col) in ins_bs()
4216 Insstart_orig.col = curwin->w_cursor.col; in ins_bs()
4313 || (curwin->w_cursor.lnum != Insstart_orig.lnum in ins_bs()
4314 || curwin->w_cursor.col != Insstart_orig.col) in ins_bs()
4334 if (curwin->w_cursor.lnum == Insstart_orig.lnum in ins_bs()
4335 && curwin->w_cursor.col < Insstart_orig.col) in ins_bs()
4336 Insstart_orig.col = curwin->w_cursor.col; in ins_bs()