Lines Matching refs:ins_need_undo
98 static int ins_need_undo; // call u_save() before inserting a variable
389 ins_need_undo = TRUE; in edit()
1415 return ins_need_undo; in ins_need_undo_get()
2104 ins_need_undo = TRUE; in insertchar()
2368 if (Insstart.col > Insstart_orig.col && !ins_need_undo) in stop_arrow()
2377 ins_need_undo = FALSE; in stop_arrow()
2390 else if (ins_need_undo) in stop_arrow()
2393 ins_need_undo = FALSE; in stop_arrow()
2401 return (arrow_used || ins_need_undo ? FAIL : OK); in stop_arrow()
2443 if (!ins_need_undo && has_format_option(FO_AUTO)) in stop_insert()
3450 ins_need_undo = TRUE; in ins_reg()
3502 ins_need_undo = TRUE; in ins_ctrl_g()