Lines Matching refs:FALSE
185 {NL, nv_down, 0, FALSE},
189 {Ctrl_N, nv_down, NV_STS, FALSE},
191 {Ctrl_P, nv_up, NV_STS, FALSE},
192 {Ctrl_Q, nv_visual, 0, FALSE},
197 {Ctrl_V, nv_visual, 0, FALSE},
198 {'V', nv_visual, 0, FALSE},
199 {'v', nv_visual, 0, FALSE},
202 {Ctrl_Y, nv_scroll_line, 0, FALSE},
204 {ESC, nv_esc, 0, FALSE},
224 {'/', nv_search, 0, FALSE},
236 {';', nv_csearch, 0, FALSE},
240 {'?', nv_search, 0, FALSE},
241 {'@', nv_at, NV_NCH_NOP, FALSE},
259 {'R', nv_Replace, 0, FALSE},
272 {'`', nv_gomark, NV_NCH_ALW, FALSE},
277 {'e', nv_wordcmd, 0, FALSE},
279 {'g', nv_g_cmd, NV_NCH_ALW, FALSE},
282 {'j', nv_down, 0, FALSE},
283 {'k', nv_up, 0, FALSE},
294 {'w', nv_wordcmd, 0, FALSE},
332 {K_UP, nv_up, NV_SSS|NV_STS, FALSE},
334 {K_DOWN, nv_down, NV_SSS|NV_STS, FALSE},
340 {K_S_RIGHT, nv_wordcmd, NV_SS|NV_RL, FALSE},
346 {K_END, nv_end, NV_SSS|NV_STS, FALSE},
347 {K_KEND, nv_end, NV_SSS|NV_STS, FALSE},
348 {K_S_END, nv_end, NV_SS, FALSE},
353 {K_C_HOME, nv_goto, NV_SSS|NV_STS, FALSE},
490 int ctrl_w = FALSE; // got CTRL-W command in normal_cmd()
500 int set_prevcount = FALSE; in normal_cmd()
557 dont_scroll = FALSE; // allow scrolling here in normal_cmd()
828 int repl = FALSE; // get character for replace mode in normal_cmd()
829 int lit = FALSE; // get extra character literally in normal_cmd()
830 int langmap_active = FALSE; // using :lmap mappings in normal_cmd()
897 p_smd = FALSE; // Don't let the IM code show the mode here in normal_cmd()
936 im_set_active(FALSE); in normal_cmd()
954 c = get_digraph(FALSE); in normal_cmd()
998 do_sleep(towait > 50L ? 50L : towait, FALSE); in normal_cmd()
1056 did_cursorhold = FALSE; in normal_cmd()
1071 msg_didout = FALSE; // don't scroll screen up for normal command in normal_cmd()
1126 do_pending_operator(&ca, old_col, FALSE); in normal_cmd()
1201 ui_delay(3003L, FALSE); // wait up to three seconds in normal_cmd()
1204 msg_scroll = FALSE; in normal_cmd()
1205 emsg_on_display = FALSE; in normal_cmd()
1213 msg_nowait = FALSE; in normal_cmd()
1224 finish_op = FALSE; in normal_cmd()
1288 (void)edit(restart_edit, FALSE, 1L); in normal_cmd()
1312 *set_prevcount = FALSE; // only set v:prevcount once in set_vcount_ca()
1323 static int did_check = FALSE; in check_visual_highlight()
1391 VIsual_active = FALSE; in end_visual_mode_keep_button()
1422 VIsual_reselect = FALSE; in reset_VIsual_and_resel()
1435 VIsual_reselect = FALSE; in reset_VIsual()
1485 return FALSE; in find_is_eval_item()
1541 ptr = ml_get_buf(wp->w_buffer, lnum, FALSE); in find_ident_at_pos()
1730 return FALSE; in checkclearop()
1744 return FALSE; in checkclearopq()
1755 oap->use_reg_one = FALSE; in clearop()
1808 static int showcmd_visual = FALSE;
1904 showcmd_visual = FALSE; in clear_showcmd()
1943 return FALSE; in add_to_showcmd()
1948 showcmd_visual = FALSE; in add_to_showcmd()
1955 return FALSE; in add_to_showcmd()
1969 return FALSE; in add_to_showcmd()
2038 showcmd_is_clear = FALSE; in display_showcmd()
2072 did_syncbind = FALSE; in do_check_scrollbind()
2180 scrollup(y, FALSE); in check_scrollbind()
2182 scrolldown(-y, FALSE); in check_scrollbind()
2332 int incomment = FALSE; in is_ident()
2352 incomment = FALSE; in is_ident()
2360 return FALSE; in is_ident()
2367 return incomment == FALSE && instring == 0; in is_ident()
2407 p_ws = FALSE; // don't wrap around end of file now in find_decl()
2408 p_scs = FALSE; // don't switch ignorecase off now in find_decl()
2415 if (!locally || !findpar(&incll, BACKWARD, 1L, '{', FALSE)) in find_decl()
2465 if (get_leader_len(ml_get_curline(), NULL, FALSE, TRUE) > 0) in find_decl()
2536 int atend = FALSE; in nv_screengo()
2748 || cursor_down(1L, FALSE) == FAIL) in scroll_redraw()
2755 || cursor_up(1L, FALSE) == FAIL) in scroll_redraw()
2783 int undo = FALSE; in nv_zet()
3033 case 'D': if (foldManualAllowed(FALSE)) in nv_zet()
3039 curwin->w_cursor.lnum, nchar == 'D', FALSE); in nv_zet()
3051 TRUE, FALSE); in nv_zet()
3057 case 'n': curwin->w_p_fen = FALSE; in nv_zet()
3296 gui_do_horiz_scroll(scrollbar_value, FALSE); in nv_hor_scrollbar()
3384 do_exmode(FALSE); in nv_exmode()
3405 cap->oap->inclusive = FALSE; in nv_colon()
3465 fileinfo((int)cap->count0, FALSE, TRUE); in nv_ctrlg()
3499 wp->w_s->b_syn_slow = FALSE; in nv_clear()
3522 VIsual_select = FALSE; in nv_ctrlo()
3543 GETF_SETMARK|GETF_ALT, FALSE); in nv_hat()
3608 int tag_cmd = FALSE; in nv_ident()
3621 g_cmd = FALSE; in nv_ident()
3843 g_tag_at_cursor = FALSE; in nv_ident()
3901 do_tag((char_u *)"", DT_POP, (int)cap->count1, FALSE, TRUE); in nv_tagpop()
4026 cap->oap->inclusive = FALSE; in nv_right()
4068 cap->oap->inclusive = FALSE; in nv_right()
4126 cap->oap->inclusive = FALSE; in nv_left()
4220 qf_view_result(FALSE); in nv_down()
4283 (void)autowrite(curbuf, FALSE); in nv_gotofile()
4380 int wrapped = FALSE; in nv_next()
4411 cap->oap->inclusive = FALSE; in normal_search()
4453 t_cmd = FALSE; in nv_csearch()
4497 cap->oap->inclusive = FALSE; in nv_brackets()
4536 cap->count0 == 0 ? !isupper(cap->nchar) : FALSE, in nv_brackets()
4752 if (foldMoveTo(FALSE, cap->cmdchar == ']' ? FORWARD : BACKWARD, in nv_brackets()
4779 cap->nchar == 's' ? TRUE : FALSE, FALSE, NULL) == 0) in nv_brackets()
4869 cap->oap->inclusive = FALSE; in nv_brace()
4907 cap->oap->inclusive = FALSE; in nv_findpar()
4910 if (!findpar(&cap->oap->inclusive, cap->arg, cap->count1, NUL, FALSE)) in nv_findpar()
4983 cap->nchar = get_literal(FALSE); in nv_replace()
5069 (void)del_chars(cap->count1, FALSE); // delete the characters in nv_replace()
5074 invoke_edit(cap, TRUE, 'r', FALSE); in nv_replace()
5244 invoke_edit(cap, FALSE, cap->arg ? 'V' : 'R', FALSE); in nv_Replace()
5268 cap->extra_char = get_literal(FALSE); in nv_vreplace()
5273 invoke_edit(cap, TRUE, 'v', FALSE); in nv_vreplace()
5397 cap->oap->inclusive = FALSE; // ignored if not MCHAR in nv_cursormark()
5589 nv_cursormark(cap, FALSE, pos); in nv_pcmark()
5626 if (cap->nchar != NUL && valid_yank_reg(cap->nchar, FALSE)) in nv_regname()
5655 finish_op = FALSE; // operator doesn't finish now but later in nv_visual()
5860 int flag = FALSE; in nv_g_cmd()
5978 VIsual_reselect = FALSE; in nv_g_cmd()
6064 oap->inclusive = FALSE; in nv_g_cmd()
6100 oap->inclusive = FALSE; in nv_g_cmd()
6165 curwin->w_set_curswant = FALSE; in nv_g_cmd()
6184 (void)cursor_down(cap->count1 - 1, FALSE); in nv_g_cmd()
6203 curwin->w_set_curswant = FALSE; in nv_g_cmd()
6229 if (bckend_word(cap->count1, cap->nchar == 'E', FALSE) == FAIL) in nv_g_cmd()
6266 invoke_edit(cap, FALSE, 'g', FALSE); in nv_g_cmd()
6292 do_sleep(cap->count1 * 1000L, FALSE); in nv_g_cmd()
6325 cap->arg = FALSE; in nv_g_cmd()
6444 FALSE, FALSE, FALSE); in nv_g_cmd()
6496 invoke_edit(cap, FALSE, cap->cmdchar, TRUE); in n_opencmd()
6665 ins_at_eol = FALSE; // Don't move cursor past eol (only necessary in a in nv_home()
6676 cap->oap->inclusive = FALSE; in nv_pipe()
6687 curwin->w_set_curswant = FALSE; in nv_pipe()
6698 cap->oap->inclusive = FALSE; in nv_bck_word()
6700 if (bck_word(cap->count1, cap->arg, FALSE) == FAIL) in nv_bck_word()
6717 int flag = FALSE; in nv_wordcmd()
6726 word_end = FALSE; in nv_wordcmd()
6775 n = end_word(cap->count1, cap->arg, flag, FALSE); in nv_wordcmd()
6828 cap->oap->inclusive = FALSE; in nv_beginline()
6834 ins_at_eol = FALSE; // Don't move cursor past eol (only necessary in a in nv_beginline()
6851 cap->oap->inclusive = FALSE; in adjust_for_sel()
6886 return FALSE; in unadjust_for_sel()
7004 got_int = FALSE; // don't stop executing autocommands et al. in nv_esc()
7127 do_pending_operator(cap, 0, FALSE); in nv_edit()
7137 invoke_edit(cap, FALSE, cap->cmdchar, FALSE); in nv_edit()
7185 invoke_edit(cap, FALSE, cap->cmdchar, FALSE); in nv_edit()
7235 include = FALSE; // "ix" = inner object: exclude white space in nv_object()
7246 flag = current_word(cap->oap, cap->count1, include, FALSE); in nv_object()
7357 if (do_execreg(cap->nchar, FALSE, FALSE, FALSE) == FAIL) in nv_at()
7417 nv_put_opt(cap, FALSE); in nv_put()
7429 int empty = FALSE; in nv_put_opt()
7430 int was_visual = FALSE; in nv_put_opt()
7501 do_pending_operator(cap, 0, FALSE); in nv_put_opt()
7512 reg2 = get_register(regname, FALSE); in nv_put_opt()
7568 auto_format(FALSE, TRUE); in nv_put_opt()
7583 nv_diffgetput(FALSE, cap->opcount); in nv_open()
7621 apply_autocmds(EVENT_CURSORHOLD, NULL, NULL, FALSE, curbuf); in nv_cursorhold()