Lines Matching refs:TRUE

79 static int	update_Insstart_orig = TRUE; // set Insstart_orig to Insstart
136 int did_backspace = TRUE; // previous char was backspace in edit()
159 check_for_delay(TRUE); in edit()
162 update_Insstart_orig = TRUE; in edit()
300 curs_columns(TRUE); in edit()
330 ch_log_output = TRUE; in edit()
355 arrow_used = TRUE; in edit()
389 ins_need_undo = TRUE; in edit()
393 can_cindent = TRUE; in edit()
462 curwin->w_set_curswant = TRUE; in edit()
565 ins_redraw(TRUE); in edit()
568 do_check_scrollbind(TRUE); in edit()
590 dont_sync_undo = TRUE; in edit()
607 nomove = TRUE; in edit()
614 did_cursorhold = TRUE; in edit()
717 nomove = TRUE; in edit()
791 nomove = TRUE; in edit()
868 nomove = TRUE; in edit()
886 need_start_insertmode = TRUE; in edit()
911 auto_format(FALSE, TRUE); in edit()
947 auto_format(FALSE, TRUE); in edit()
954 auto_format(FALSE, TRUE); in edit()
960 auto_format(FALSE, TRUE); in edit()
971 nomove = TRUE; in edit()
977 auto_format(FALSE, TRUE); in edit()
987 auto_format(FALSE, TRUE); in edit()
1059 did_cursorhold = TRUE; in edit()
1061 if (dont_sync_undo == TRUE) in edit()
1174 auto_format(FALSE, TRUE); in edit()
1222 if (has_compl_option(TRUE)) in edit()
1277 compl_busy = TRUE; in edit()
1281 if (ins_complete(c, TRUE) == FAIL) in edit()
1343 inserted_space = TRUE; in edit()
1369 auto_format(FALSE, TRUE); in edit()
1474 conceal_update_lines = TRUE; in ins_redraw()
1560 edit_putchar('^', TRUE); in ins_ctrl_v()
1561 did_putchar = TRUE; in ins_ctrl_v()
1580 insert_special(c, FALSE, TRUE); in ins_ctrl_v()
1849 del_bytes((long)((int)ecol - curwin->w_cursor.col), FALSE, TRUE); in del_char_after_col()
1853 return TRUE; in del_char_after_col()
1888 dont_scroll = TRUE; // disallow scrolling here in get_literal()
1904 hex = TRUE; in get_literal()
1906 octal = TRUE; in get_literal()
2003 allow_modmask = TRUE; in insert_special()
2094 int do_internal = TRUE; in insertchar()
2104 ins_need_undo = TRUE; in insertchar()
2126 i = get_leader_len(line = ml_get_curline(), &p, FALSE, TRUE); in insertchar()
2302 start_arrow_common(end_insert_pos, TRUE); in start_arrow()
2331 arrow_used = TRUE; // this means we stopped the current insert in start_arrow_common()
2459 auto_format(TRUE, FALSE); in stop_insert()
2475 check_auto_format(TRUE); in stop_insert()
2497 if (del_char(TRUE) == FAIL) in stop_insert()
2636 curwin->w_set_curswant = TRUE; in beginline()
2663 curwin->w_set_curswant = TRUE; in oneright()
2684 curwin->w_set_curswant = TRUE; in oneright()
2730 curwin->w_set_curswant = TRUE; in oneleft()
2737 curwin->w_set_curswant = TRUE; in oneleft()
3361 edit_putchar('"', TRUE); in ins_reg()
3368 dont_scroll = TRUE; // disallow scrolling here in ins_reg()
3378 LANGMAP_ADJUST(regname, TRUE); in ins_reg()
3387 LANGMAP_ADJUST(regname, TRUE); in ins_reg()
3414 im_set_active(TRUE); in ins_reg()
3420 need_redraw = TRUE; // remove the '"' in ins_reg()
3438 need_redraw = TRUE; // remove the '"' in ins_reg()
3444 need_redraw = TRUE; in ins_reg()
3450 ins_need_undo = TRUE; in ins_reg()
3491 case 'k': ins_up(TRUE); in ins_ctrl_g()
3497 case 'j': ins_down(TRUE); in ins_ctrl_g()
3501 case 'u': u_sync(TRUE); in ins_ctrl_g()
3502 ins_need_undo = TRUE; in ins_ctrl_g()
3558 im_set_active(TRUE); in ins_ctrl_hat()
3567 gui_update_cursor(TRUE, FALSE); in ins_ctrl_hat()
3635 disabled_redraw = TRUE; in ins_esc()
3638 stop_insert(&curwin->w_cursor, TRUE, nomove); in ins_esc()
3648 curwin->w_set_curswant = TRUE; in ins_esc()
3704 ch_log_output = TRUE; in ins_esc()
3725 return TRUE; // exit Insert mode in ins_esc()
3807 return TRUE; in ins_start_select()
3882 change_indent(INDENT_SET, 0, TRUE, 0, TRUE); in ins_shift()
3885 change_indent(c == Ctrl_D ? INDENT_DEC : INDENT_INC, 0, TRUE, 0, TRUE); in ins_shift()
3910 || do_join(2, FALSE, TRUE, FALSE, FALSE) == FAIL) in ins_del()
4023 return TRUE; in ins_bs()
4028 return TRUE; in ins_bs()
4082 TRUE); in ins_bs()
4317 did_backspace = TRUE; in ins_bs()
4383 set_option_value((char_u *)"paste", TRUE, NULL, 0); in bracketed_paste()
4414 put_on_cmdline(buf, idx, TRUE); in bracketed_paste()
4473 can_cindent = TRUE; in ins_tabline()
4499 can_cindent = TRUE; in ins_scroll()
4515 can_cindent = TRUE; in ins_horscroll()
4563 curwin->w_set_curswant = TRUE; // so we stay at the end in ins_left()
4623 curwin->w_set_curswant = TRUE; in ins_s_left()
4645 curwin->w_set_curswant = TRUE; in ins_right()
4668 curwin->w_set_curswant = TRUE; in ins_right()
4693 curwin->w_set_curswant = TRUE; in ins_s_right()
4712 if (cursor_up(1L, TRUE) == OK) in ins_up()
4724 can_cindent = TRUE; in ins_up()
4754 can_cindent = TRUE; in ins_pageup()
4773 if (cursor_down(1L, TRUE) == OK) in ins_down()
4785 can_cindent = TRUE; in ins_down()
4815 can_cindent = TRUE; in ins_pagedown()
4870 return TRUE; in ins_tab()
4873 return TRUE; in ins_tab()
5148 can_cindent = TRUE; in ins_eol()
5177 edit_putchar('?', TRUE); in ins_digraph()
5178 did_putchar = TRUE; in ins_digraph()
5185 dont_scroll = TRUE; // disallow scrolling here in ins_digraph()
5205 insert_special(c, TRUE, FALSE); in ins_digraph()
5219 edit_putchar(c, TRUE); in ins_digraph()
5220 did_putchar = TRUE; in ins_digraph()
5238 c = digraph_get(c, cc, TRUE); in ins_digraph()
5320 insert_special(c, TRUE, FALSE); in ins_ctrl_ey()
5327 auto_format(FALSE, TRUE); in ins_ctrl_ey()