Lines Matching refs:FALSE
78 msg_scroll = FALSE; in filemess()
80 check_for_delay(FALSE); in filemess()
87 msg_outtrans_attr(msg_may_trunc(FALSE, IObuff), attr); in filemess()
90 msg_scrolled_ign = FALSE; in filemess()
150 int skip_read = FALSE; in readfile()
155 int did_ask_for_key = FALSE; in readfile()
159 int read_undo_file = FALSE; in readfile()
164 int error = FALSE; // errors encountered in readfile()
174 int keep_fileformat = FALSE; in readfile()
185 int file_rewind = FALSE; in readfile()
189 int keep_dest_enc = FALSE; // don't retry when char doesn't fit in readfile()
199 int advance_fenc = FALSE; in readfile()
204 int did_iconv = FALSE; // TRUE when iconv() failed and trying in readfile()
208 int converted = FALSE; // TRUE if conversion done in readfile()
209 int notconverted = FALSE; // TRUE if conversion wanted but it in readfile()
222 au_did_filetype = FALSE; // reset before triggering any autocommands in readfile()
258 need_fileinfo = FALSE; in readfile()
287 FALSE, curbuf, eap)) in readfile()
305 FALSE, NULL, eap)) in readfile()
316 msg_scroll = FALSE; // overwrite previous file message in readfile()
402 curbuf->b_p_ro = FALSE; in readfile()
452 file_readonly = FALSE; in readfile()
549 FALSE, curbuf, eap); in readfile()
592 curbuf->b_p_bomb = FALSE; in readfile()
593 curbuf->b_start_bomb = FALSE; in readfile()
687 FALSE, curbuf, eap); in readfile()
690 FALSE, curbuf, eap); in readfile()
693 FALSE, curbuf, eap); in readfile()
696 FALSE, NULL, eap); in readfile()
773 msg_scroll = FALSE; // overwrite the file message in readfile()
803 fenc_alloced = FALSE; in readfile()
847 fenc_alloced = FALSE; in readfile()
852 fenc_alloced = FALSE; in readfile()
897 file_rewind = FALSE; in readfile()
900 curbuf->b_p_bomb = FALSE; in readfile()
901 curbuf->b_start_bomb = FALSE; in readfile()
911 keep_fileformat = FALSE; in readfile()
917 try_unix = try_dos = try_mac = FALSE; in readfile()
941 advance_fenc = FALSE; in readfile()
952 fenc_alloced = FALSE; in readfile()
965 fenc_alloced = FALSE; in readfile()
1042 did_iconv = FALSE; in readfile()
1152 FALSE)) != NULL) in readfile()
1215 eof = FALSE; in readfile()
1308 read_undo_file = FALSE; in readfile()
1359 new_buffer = lalloc(new_size, FALSE); in readfile()
1452 skip_read = FALSE; in readfile()
1507 fenc_alloced = FALSE; in readfile()
1634 found_bad = FALSE; in readfile()
1705 BOOL bad = FALSE; in readfile()
1989 int incomplete_tail = FALSE; in readfile()
2266 error = FALSE; in readfile()
2283 curbuf->b_p_eol = FALSE; in readfile()
2423 c = FALSE; in readfile()
2514 p = msg_may_trunc(FALSE, IObuff); in readfile()
2520 p = (char_u *)msg_trunc_attr((char *)IObuff, FALSE, 0); in readfile()
2531 msg_scrolled_ign = FALSE; in readfile()
2632 FALSE, curbuf, eap); in readfile()
2636 FALSE, curbuf, eap); in readfile()
2647 FALSE, NULL, eap); in readfile()
2718 eap->read_edit = FALSE; in prep_exarg()
2719 eap->forceit = FALSE; in prep_exarg()
2779 *alloced = FALSE; in next_fenc()
2831 tmpname = vim_tempname('r', FALSE); in readfile_charconvert()
2907 cryptkey = crypt_get_key(newfile, FALSE); in check_for_cryptkey()
2971 ? TRUE : (close(fd), FALSE) in check_file_readonly()
3006 apply_autocmds(EVENT_BUFDELETE, NULL, NULL, FALSE, curbuf); in set_rw_fname()
3007 apply_autocmds(EVENT_BUFWIPEOUT, NULL, NULL, FALSE, curbuf); in set_rw_fname()
3019 if (setfname(curbuf, fname, sfname, FALSE) == OK) in set_rw_fname()
3023 apply_autocmds(EVENT_BUFNEW, NULL, NULL, FALSE, curbuf); in set_rw_fname()
3025 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, curbuf); in set_rw_fname()
3035 (void)do_doautocmd((char_u *)"filetypedetect BufRead", FALSE, NULL); in set_rw_fname()
3081 return FALSE; in msg_add_fileformat()
3542 prepend_dot = FALSE; // nothing to prepend a dot to in buf_modname()
3716 int use_tmp_file = FALSE; in vim_rename()
3908 static int already_warned = FALSE;
3929 return FALSE; in check_timestamps()
3937 return FALSE; in check_timestamps()
3947 already_warned = FALSE; in check_timestamps()
3969 need_check_timestamps = FALSE; in check_timestamps()
3997 p = vim_strsave(ml_get_buf(frombuf, lnum, FALSE)); in move_lines()
3998 if (p == NULL || ml_append(lnum - 1, p, 0, FALSE) == FAIL) in move_lines()
4044 int helpmesg = FALSE; in buf_check_timestamp()
4045 int reload = FALSE; in buf_check_timestamp()
4048 int can_reload = FALSE; in buf_check_timestamp()
4055 static int busy = FALSE; in buf_check_timestamp()
4152 buf->b_fname, buf->b_fname, FALSE, buf); in buf_check_timestamp()
4154 busy = FALSE; in buf_check_timestamp()
4164 n = FALSE; in buf_check_timestamp()
4280 redraw_cmdline = FALSE; in buf_check_timestamp()
4304 u_write_undo(NULL, FALSE, buf, hash); in buf_check_timestamp()
4313 buf->b_fname, buf->b_fname, FALSE, buf); in buf_check_timestamp()
4357 u_sync(FALSE); in buf_reload()
4435 wipe_buffer(savebuf, FALSE); in buf_reload()
4451 keep_filetype = FALSE; in buf_reload()
4624 int ret, link = FALSE; in create_readdirex_item()
4727 name1 = dict_get_string(*(dict_T**)p1, (char_u*)"name", FALSE); in compare_readdirex_item()
4728 name2 = dict_get_string(*(dict_T**)p2, (char_u*)"name", FALSE); in compare_readdirex_item()
4766 int failed = FALSE; in readdir_core()
4990 if (readdir_core(&ga, exp, FALSE, NULL, NULL, READDIR_SORT_NONE) == OK) in delete_recursive()
5083 if (vim_FullName(tempdir, buf, MAXPATHL, FALSE) == FAIL) in vim_settempdir()
5353 int result = FALSE; in match_file_pat()
5405 regpat = file_pat_to_reg_pat(buf, NULL, &allow_dirs, FALSE); in match_file_list()
5414 return FALSE; in match_file_list()
5443 *allow_dirs = FALSE; in file_pat_to_reg_pat()
5491 add_dollar = FALSE; in file_pat_to_reg_pat()