Lines Matching refs:FALSE
194 has_tab = FALSE; // avoid uninit warnings in ex_align()
386 int unique = FALSE; in ex_sort()
392 int change_occurred = FALSE; // Buffer contents changed. in ex_sort()
556 nrs[lnum - eap->line1].st_u.num.is_number = FALSE; in ex_sort()
564 NULL, 0, FALSE); in ex_sort()
630 if (ml_append(lnum++, sortbuf1, (colnr_T)0, FALSE) == FAIL) in ex_sort()
721 ml_append(dest + l - line1, str, (colnr_T)0, FALSE); in do_move()
854 ml_append(curwin->w_cursor.lnum, p, (colnr_T)0, FALSE); in ex_copy()
900 int free_newcmd = FALSE; // need to free() newcmd in do_bang()
918 msg_scroll = FALSE; // don't scroll here in do_bang()
1000 bangredo = FALSE; in do_bang()
1032 apply_autocmds(EVENT_SHELLFILTERPOST, NULL, NULL, FALSE, curbuf); in do_bang()
1137 if ((do_in && (itmp = vim_tempname('i', FALSE)) == NULL) in do_filter()
1138 || (do_out && (otmp = vim_tempname('o', FALSE)) == NULL)) in do_filter()
1150 FALSE, FALSE, FALSE, TRUE) == FAIL) in do_filter()
1207 wait_return(FALSE); in do_filter()
1211 did_check_timestamps = FALSE; in do_filter()
1218 got_int = FALSE; in do_filter()
1323 wait_return(FALSE); in do_filter()
1362 int winstart = FALSE; in do_shell()
1429 did_check_timestamps = FALSE; in do_shell()
1468 need_wait_return = FALSE; in do_shell()
1478 no_wait_return = FALSE; in do_shell()
1519 apply_autocmds(EVENT_SHELLCMDPOST, NULL, NULL, FALSE, curbuf); in do_shell()
1527 int inquote = FALSE; in find_pipe()
1706 && *p == DEL ? (char_u *)CTRL_H_STR : DEL_STR, FALSE); in do_fixdel()
1739 silent_mode = FALSE; in print_line()
1749 info_message = FALSE; in print_line()
1759 apply_autocmds(EVENT_BUFFILEPRE, NULL, NULL, FALSE, curbuf); in rename_buffer()
1794 apply_autocmds(EVENT_BUFFILEPOST, NULL, NULL, FALSE, curbuf); in rename_buffer()
1827 fileinfo(FALSE, FALSE, eap->forceit); in ex_file()
1854 do_bang(1, eap, FALSE, TRUE, FALSE); in ex_write()
1915 other = FALSE; in do_write()
2001 apply_autocmds(EVENT_BUFFILEPRE, NULL, NULL, FALSE, curbuf); in do_write()
2002 apply_autocmds(EVENT_BUFFILEPRE, NULL, NULL, FALSE, alt_buf); in do_write()
2029 apply_autocmds(EVENT_BUFFILEPOST, NULL, NULL, FALSE, curbuf); in do_write()
2030 apply_autocmds(EVENT_BUFFILEPOST, NULL, NULL, FALSE, alt_buf); in do_write()
2034 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, alt_buf); in do_write()
2064 eap, eap->append, eap->forceit, TRUE, FALSE); in do_write()
2071 curbuf->b_p_ro = FALSE; in do_write()
2277 FALSE) == FAIL) in do_wqall()
2311 return FALSE; in not_writing()
2351 return FALSE; in check_readonly()
2366 return FALSE; in check_readonly()
2417 dialog_changed(curbuf, FALSE); in getfile()
2495 int auto_buf = FALSE; // TRUE if autocommands brought us in do_ecmd()
2499 int did_set_swapcommand = FALSE; in do_ecmd()
2518 int did_get_winopts = FALSE; in do_ecmd()
2521 int did_inc_redrawing_disabled = FALSE; in do_ecmd()
2581 other_file = FALSE; in do_ecmd()
2703 oldbuf = FALSE; in do_ecmd()
2709 (void)buf_check_timestamp(buf, FALSE); in do_ecmd()
2758 apply_autocmds(EVENT_BUFLEAVE, NULL, NULL, FALSE, curbuf); in do_ecmd()
2795 u_sync(FALSE); in do_ecmd()
2797 (flags & ECMD_HIDE) ? 0 : DOBUF_UNLOAD, FALSE, FALSE); in do_ecmd()
2801 the_curwin->w_closing = FALSE; in do_ecmd()
2908 did_filetype = FALSE; in do_ecmd()
2939 u_sync(FALSE); in do_ecmd()
3037 if (should_abort(open_buffer(FALSE, eap, readfile_flags))) in do_ecmd()
3040 (void)open_buffer(FALSE, eap, readfile_flags); in do_ecmd()
3057 apply_autocmds_retval(EVENT_BUFENTER, NULL, NULL, FALSE, in do_ecmd()
3060 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, FALSE, in do_ecmd()
3144 check_lnums(FALSE); in do_ecmd()
3157 msg_scroll = FALSE; in do_ecmd()
3159 check_for_delay(FALSE); in do_ecmd()
3165 fileinfo(FALSE, TRUE, FALSE); in do_ecmd()
3167 msg_scrolled_ign = FALSE; in do_ecmd()
3183 did_inc_redrawing_disabled = FALSE; in do_ecmd()
3258 int did_undo = FALSE; in ex_append()
3291 need_wait_return = FALSE; in ex_append()
3302 ex_keep_indent = FALSE; in ex_append()
3363 ml_append(lnum, theline, (colnr_T)0, FALSE); in ex_append()
3372 empty = FALSE; in ex_append()
3398 need_wait_return = FALSE; // don't use wait_return() now in ex_append()
3585 return FALSE; in check_restricted()
3613 return FALSE; in check_secure()
3681 static subflags_T subflags = {FALSE, FALSE, FALSE, TRUE, FALSE, in ex_substitute()
3682 FALSE, FALSE, 0}; in ex_substitute()
3691 int got_quit = FALSE; in ex_substitute()
3692 int got_match = FALSE; in ex_substitute()
3704 int endcolumn = FALSE; // cursor in last column when done in ex_substitute()
3836 (void)do_join(joined_lines_count, FALSE, TRUE, FALSE, TRUE); in ex_substitute()
3839 (void)do_sub_msg(FALSE); in ex_substitute()
3862 subflags.do_all = FALSE; in ex_substitute()
3863 subflags.do_ask = FALSE; in ex_substitute()
3872 subflags.do_all = FALSE; in ex_substitute()
3873 subflags.do_ask = FALSE; in ex_substitute()
3876 subflags.do_print = FALSE; in ex_substitute()
3877 subflags.do_list = FALSE; in ex_substitute()
3878 subflags.do_count = FALSE; in ex_substitute()
3879 subflags.do_number = FALSE; in ex_substitute()
3919 subflags.do_ask = FALSE; in ex_substitute()
3977 regmatch.rmm_ic = FALSE; in ex_substitute()
4009 int did_sub = FALSE; in ex_substitute()
4014 int skip_match = FALSE; in ex_substitute()
4116 do_again = FALSE; in ex_substitute()
4237 curwin->w_p_fen = FALSE; in ex_substitute()
4245 p_lz = FALSE; in ex_substitute()
4272 ml_replace(lnum, new_line, FALSE); in ex_substitute()
4286 highlight_match = FALSE; in ex_substitute()
4293 msg_didout = FALSE; // avoid a scroll-up in ex_substitute()
4303 msg_no_more = FALSE; in ex_substitute()
4310 dont_scroll = FALSE; // allow scrolling here in ex_substitute()
4319 msg_didout = FALSE; // don't scroll up in ex_substitute()
4326 ml_replace(lnum, orig_line, FALSE); in ex_substitute()
4329 need_wait_return = FALSE; // no hit-return prompt in ex_substitute()
4346 subflags.do_all = FALSE; in ex_substitute()
4352 subflags.do_ask = FALSE; in ex_substitute()
4395 curbuf->b_p_ma = FALSE; in ex_substitute()
4405 sub, sub_firstline, FALSE, magic_isset(), TRUE); in ex_substitute()
4528 subflags.do_all = FALSE; in ex_substitute()
4575 ml_append(lnum - 1, new_start, plen, FALSE); in ex_substitute()
4850 return FALSE; in do_sub_msg()
5039 global_need_beginline = FALSE; in global_exe()
5061 msg_didout = FALSE; in global_exe()
5067 if (!do_sub_msg(FALSE) && curbuf == old_buf) in global_exe()
5164 return FALSE; in prepare_tagpreview()
5170 curwin->w_p_diff = FALSE; // no 'diff' in prepare_tagpreview()
5178 return FALSE; in prepare_tagpreview()
5220 int split = FALSE; in ex_drop()
5272 buf_check_timestamp(curbuf, FALSE); in ex_drop()
5417 got_int = FALSE; in ex_oldfiles()
5422 quit_more = FALSE; in ex_oldfiles()
5423 nr = prompt_for_number(FALSE); in ex_oldfiles()