Lines Matching refs:TRUE
178 {Ctrl_C, nv_esc, 0, TRUE},
180 {Ctrl_E, nv_scroll_line, 0, TRUE},
188 {CAR, nv_down, 0, TRUE},
216 {'\'', nv_gomark, NV_NCH_ALW, TRUE},
220 {'+', nv_down, 0, TRUE},
221 {',', nv_csearch, 0, TRUE},
222 {'-', nv_up, 0, TRUE},
246 {'E', nv_wordcmd, 0, TRUE},
248 {'G', nv_goto, 0, TRUE},
263 {'W', nv_wordcmd, 0, TRUE},
341 {K_C_RIGHT, nv_wordcmd, NV_SSS|NV_RL|NV_STS, TRUE},
349 {K_C_END, nv_end, NV_SSS|NV_STS, TRUE},
538 set_prevcount = TRUE; in normal_cmd()
605 msg_nowait = TRUE; // don't delay going to insert mode in normal_cmd()
649 LANGMAP_ADJUST(c, TRUE); in normal_cmd()
666 ctrl_w = TRUE; in normal_cmd()
672 LANGMAP_ADJUST(c, TRUE); in normal_cmd()
840 did_cursorhold = TRUE; in normal_cmd()
848 LANGMAP_ADJUST(ca.nchar, TRUE); in normal_cmd()
857 lit = TRUE; // get it literally in normal_cmd()
859 repl = TRUE; // get it in replace mode in normal_cmd()
867 repl = TRUE; in normal_cmd()
893 langmap_active = TRUE; in normal_cmd()
899 im_set_active(TRUE); in normal_cmd()
904 ch_log_output = TRUE; in normal_cmd()
917 ch_log_output = TRUE; in normal_cmd()
1200 ui_delay(1003L, TRUE); // wait at least one second in normal_cmd()
1253 do_check_scrollbind(TRUE); in normal_cmd()
1282 VIsual_select = TRUE; in normal_cmd()
1329 did_check = TRUE; in check_visual_highlight()
1346 oa.is_VIsual = TRUE; in call_yank_do_autocmd()
1347 reg = get_register(regname, TRUE); in call_yank_do_autocmd()
1471 return TRUE; in find_is_eval_item()
1476 return TRUE; in find_is_eval_item()
1483 return TRUE; in find_is_eval_item()
1732 return TRUE; in checkclearop()
1746 return TRUE; in checkclearopq()
1792 clear_cmdline = TRUE; // unshow visual mode later in may_clear_cmdline()
1807 static int showcmd_is_clear = TRUE;
1899 showcmd_visual = TRUE; in clear_showcmd()
1973 return TRUE; in add_to_showcmd()
2034 showcmd_is_clear = TRUE; in display_showcmd()
2187 curwin->w_redr_status = TRUE; in check_scrollbind()
2320 clear_cmdline = TRUE; in nv_gd()
2356 incomment = TRUE; in is_ident()
2465 if (get_leader_len(ml_get_curline(), NULL, FALSE, TRUE) > 0) in find_decl()
2512 curwin->w_set_curswant = TRUE; in find_decl()
2561 atend = TRUE; in nv_screengo()
2725 scrollup(count, TRUE); in scroll_redraw()
2727 scrolldown(count, TRUE); in scroll_redraw()
2798 dont_scroll = TRUE; // disallow scrolling here in nv_zet()
2803 LANGMAP_ADJUST(nchar, TRUE); in nv_zet()
2816 need_mouse_correct = TRUE; in nv_zet()
2889 case 't': scroll_cursor_top(0, TRUE); in nv_zet()
2898 case 'z': scroll_cursor_halfway(TRUE); in nv_zet()
2909 scroll_cursor_bot(0, TRUE); in nv_zet()
2921 case 'b': scroll_cursor_bot(0, TRUE); in nv_zet()
3013 case 'f': if (foldManualAllowed(TRUE)) in nv_zet()
3017 curwin->w_p_fen = TRUE; in nv_zet()
3023 finish_op = TRUE; in nv_zet()
3051 TRUE, FALSE); in nv_zet()
3061 case 'N': curwin->w_p_fen = TRUE; in nv_zet()
3074 curwin->w_p_fen = TRUE; in nv_zet()
3084 curwin->w_p_fen = TRUE; in nv_zet()
3107 curwin->w_p_fen = TRUE; in nv_zet()
3115 curwin->w_p_fen = TRUE; in nv_zet()
3123 case 'x': curwin->w_p_fen = TRUE; in nv_zet()
3124 curwin->w_foldinvalid = TRUE; // recompute folds in nv_zet()
3130 case 'X': curwin->w_p_fen = TRUE; in nv_zet()
3131 curwin->w_foldinvalid = TRUE; // recompute folds in nv_zet()
3143 curwin->w_p_fen = TRUE; in nv_zet()
3149 curwin->w_p_fen = TRUE; in nv_zet()
3169 if (foldMoveTo(TRUE, nchar == 'j' ? FORWARD : BACKWARD, in nv_zet()
3181 LANGMAP_ADJUST(nchar, TRUE); in nv_zet()
3192 undo = TRUE; in nv_zet()
3216 len = spell_move_to(curwin, FORWARD, TRUE, TRUE, NULL); in nv_zet()
3465 fileinfo((int)cap->count0, FALSE, TRUE); in nv_ctrlg()
3616 g_cmd = TRUE; in nv_ident()
3679 no_smartcase = TRUE; // don't use 'smartcase' now in nv_ident()
3732 tag_cmd = TRUE; in nv_ident()
3742 tag_cmd = TRUE; in nv_ident()
3767 p = vim_strsave_shellescape(ptr, TRUE, TRUE); in nv_ident()
3835 add_to_history(HIST_SEARCH, buf, TRUE, NUL); in nv_ident()
3841 g_tag_at_cursor = TRUE; in nv_ident()
3901 do_tag((char_u *)"", DT_POP, (int)cap->count1, FALSE, TRUE); in nv_tagpop()
4020 cap->arg = TRUE; in nv_right()
4061 cap->oap->inclusive = TRUE; in nv_right()
4067 curwin->w_set_curswant = TRUE; in nv_right()
4081 cap->oap->inclusive = TRUE; in nv_right()
4087 curwin->w_set_curswant = TRUE; in nv_right()
4145 curwin->w_set_curswant = TRUE; in nv_left()
4308 cap->arg = TRUE; in nv_end()
4322 cap->oap->inclusive = TRUE; in nv_dollar()
4359 cap->searchbuf = getcmdline(cap->cmdchar, cap->count1, 0, TRUE); in nv_search()
4412 cap->oap->use_reg_one = TRUE; in normal_search()
4413 curwin->w_set_curswant = TRUE; in normal_search()
4451 t_cmd = TRUE; in nv_csearch()
4460 curwin->w_set_curswant = TRUE; in nv_csearch()
4535 find_pattern_in_path(ptr, 0, len, TRUE, in nv_brackets()
4543 curwin->w_set_curswant = TRUE; in nv_brackets()
4669 curwin->w_set_curswant = TRUE; in nv_brackets()
4688 curwin->w_set_curswant = TRUE; in nv_brackets()
4713 nv_put_opt(cap, TRUE); in nv_brackets()
4779 cap->nchar == 's' ? TRUE : FALSE, FALSE, NULL) == 0) in nv_brackets()
4785 curwin->w_set_curswant = TRUE; in nv_brackets()
4809 cap->oap->inclusive = TRUE; in nv_percent()
4838 cap->oap->use_reg_one = TRUE; in nv_percent()
4845 curwin->w_set_curswant = TRUE; in nv_percent()
4867 cap->oap->use_reg_one = TRUE; in nv_brace()
4870 curwin->w_set_curswant = TRUE; in nv_brace()
4908 cap->oap->use_reg_one = TRUE; in nv_findpar()
4909 curwin->w_set_curswant = TRUE; in nv_findpar()
4955 curwin->w_set_curswant = TRUE; in nv_kundo()
5074 invoke_edit(cap, TRUE, 'r', FALSE); in nv_replace()
5133 ptr = ml_get_buf(curbuf, curwin->w_cursor.lnum, TRUE); in nv_replace()
5139 ptr = ml_get_buf(curbuf, curwin->w_cursor.lnum, TRUE); in nv_replace()
5168 curwin->w_set_curswant = TRUE; in nv_replace()
5218 curwin->w_set_curswant = TRUE; in v_swap_corners()
5273 invoke_edit(cap, TRUE, 'v', FALSE); in nv_vreplace()
5361 curwin->w_set_curswant = TRUE; in n_swapchar()
5396 cap->oap->use_reg_one = TRUE; in nv_cursormark()
5398 curwin->w_set_curswant = TRUE; in nv_cursormark()
5498 finish_op = TRUE; in nv_optrans()
5585 curwin->w_set_curswant = TRUE; in nv_pcmark()
5680 VIsual_active = TRUE; in nv_visual()
5681 VIsual_reselect = TRUE; in nv_visual()
5687 redraw_cmdline = TRUE; // show visual mode later in nv_visual()
5724 curwin->w_set_curswant = TRUE; in nv_visual()
5781 VIsual_active = TRUE; in n_start_visual_mode()
5782 VIsual_reselect = TRUE; in n_start_visual_mode()
5805 redraw_cmdline = TRUE; // show visual mode later in n_start_visual_mode()
5879 cap->arg = TRUE; in nv_g_cmd()
5892 cap->arg = TRUE; in nv_g_cmd()
5944 VIsual_active = TRUE; in nv_g_cmd()
5945 VIsual_reselect = TRUE; in nv_g_cmd()
5960 VIsual_select = TRUE; in nv_g_cmd()
5999 cap->arg = TRUE; in nv_g_cmd()
6056 flag = TRUE; in nv_g_cmd()
6092 curwin->w_set_curswant = TRUE; in nv_g_cmd()
6109 curwin->w_set_curswant = TRUE; in nv_g_cmd()
6117 cap->oap->inclusive = TRUE; in nv_g_cmd()
6134 curwin->w_set_curswant = TRUE; in nv_g_cmd()
6146 oap->inclusive = TRUE; in nv_g_cmd()
6227 curwin->w_set_curswant = TRUE; in nv_g_cmd()
6228 oap->inclusive = TRUE; in nv_g_cmd()
6282 cap->arg = TRUE; in nv_g_cmd()
6412 do_exmode(TRUE); in nv_g_cmd()
6496 invoke_edit(cap, FALSE, cap->cmdchar, TRUE); in n_opencmd()
6528 curwin->w_set_curswant = TRUE; in nv_redo()
6549 curwin->w_set_curswant = TRUE; in nv_Undo()
6699 curwin->w_set_curswant = TRUE; in nv_bck_word()
6724 word_end = TRUE; in nv_wordcmd()
6747 cap->oap->inclusive = TRUE; in nv_wordcmd()
6765 cap->oap->inclusive = TRUE; in nv_wordcmd()
6766 word_end = TRUE; in nv_wordcmd()
6767 flag = TRUE; in nv_wordcmd()
6773 curwin->w_set_curswant = TRUE; in nv_wordcmd()
6816 oap->inclusive = TRUE; in adjust_cursor()
6883 return TRUE; in unadjust_for_sel()
6896 VIsual_select = TRUE; in nv_select()
6900 cap->arg = TRUE; in nv_select()
6947 clear_cmdline = TRUE; // unshow mode later in nv_normal()
7024 curwin->w_set_curswant = TRUE; in nv_esc()
7043 curwin->w_set_curswant = TRUE; in set_cursor_for_append_to_line()
7109 bracketed_paste(PASTE_INSERT, TRUE, NULL); in nv_edit()
7189 bracketed_paste(PASTE_INSERT, TRUE, NULL); in nv_edit()
7237 include = TRUE; // "ax" = an object: include white space in nv_object()
7249 flag = current_word(cap->oap, cap->count1, include, TRUE); in nv_object()
7305 curwin->w_set_curswant = TRUE; in nv_object()
7407 (void)do_join(cap->count0, cap->nchar == NUL, TRUE, TRUE, TRUE); in nv_join()
7441 nv_diffgetput(TRUE, cap->opcount); in nv_put_opt()
7477 was_visual = TRUE; in nv_put_opt()
7492 reg1 = get_register(regname, TRUE); in nv_put_opt()
7534 VIsual_active = TRUE; in nv_put_opt()
7568 auto_format(FALSE, TRUE); in nv_put_opt()
7622 did_cursorhold = TRUE; in nv_cursorhold()