Lines Matching refs:FALSE
85 static int has_dash_c_arg = FALSE;
226 gui.starting = FALSE; in VimMain()
298 params.want_full_screen = FALSE; in VimMain()
312 params.want_full_screen = FALSE; in VimMain()
377 diff_win_options(firstwin, FALSE); in VimMain()
382 screenalloc(FALSE); // allocate screen buffers in VimMain()
391 init_highlight(TRUE, FALSE); // set the default highlight groups in VimMain()
408 p_lpl = FALSE; in VimMain()
586 no_wait_return = FALSE; in vim_main2()
588 msg_scroll = FALSE; in vim_main2()
717 apply_autocmds(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf); in vim_main2()
727 qf_jump(NULL, 0, 0, FALSE); in vim_main2()
753 shorten_fnames(FALSE); in vim_main2()
761 swap_exists_did_quit = FALSE; in vim_main2()
786 no_wait_return = FALSE; in vim_main2()
806 apply_autocmds(EVENT_VIMENTER, NULL, NULL, FALSE, curbuf); in vim_main2()
879 main_loop(FALSE, FALSE); in vim_main2()
954 clip_init(FALSE); // Initialise clipboard stuff in common_init()
1027 static int was_safe = FALSE;
1075 apply_autocmds(EVENT_SAFESTATE, NULL, NULL, FALSE, curbuf); in may_trigger_safestate()
1091 was_safe = FALSE; in state_no_longer_safe()
1132 apply_autocmds(EVENT_SAFESTATEAGAIN, NULL, NULL, FALSE, curbuf); in may_trigger_safestateagain()
1156 volatile int previous_got_int = FALSE; // "got_int" was TRUE in main_loop()
1161 static int conceal_update_lines = FALSE; in main_loop()
1175 VIsual_active = FALSE; in main_loop()
1177 need_wait_return = FALSE; in main_loop()
1178 global_busy = FALSE; in main_loop()
1180 skip_redraw = FALSE; in main_loop()
1205 did_check_timestamps = FALSE; in main_loop()
1207 check_timestamps(FALSE); in main_loop()
1209 wait_return(FALSE); // ... call it now in main_loop()
1212 need_start_insertmode = FALSE; in main_loop()
1216 need_fileinfo = FALSE; in main_loop()
1238 got_int = FALSE; in main_loop()
1243 previous_got_int = FALSE; in main_loop()
1246 msg_scroll = FALSE; in main_loop()
1247 quit_more = FALSE; in main_loop()
1250 was_safe = FALSE; in main_loop()
1258 skip_redraw = FALSE; in main_loop()
1272 conceal_update_lines = FALSE; in main_loop()
1289 FALSE, curbuf); in main_loop()
1318 need_cursor_line_redraw = FALSE; in main_loop()
1326 apply_autocmds(EVENT_TEXTCHANGED, NULL, NULL, FALSE, curbuf); in main_loop()
1341 curtab->tp_diff_update = FALSE; in main_loop()
1349 diff_need_scrollbind = FALSE; in main_loop()
1418 msg_hist_off = FALSE; in main_loop()
1424 fileinfo(FALSE, TRUE, FALSE); in main_loop()
1425 need_fileinfo = FALSE; in main_loop()
1428 emsg_on_display = FALSE; // can delete error message now in main_loop()
1429 did_emsg = FALSE; in main_loop()
1430 msg_didany = FALSE; // reset lines_left in msg_start() in main_loop()
1432 showruler(FALSE); in main_loop()
1437 do_redraw = FALSE; in main_loop()
1500 skip_term_loop = FALSE; in main_loop()
1527 ml_sync_all(FALSE, FALSE); // preserve all swap files in getout_preserve_modified()
1528 ml_close_all(FALSE); // close all memfiles, without deleting in getout_preserve_modified()
1567 msg_didany = FALSE; in getout()
1594 buf->b_fname, FALSE, buf); in getout()
1613 FALSE, buf); in getout()
1626 apply_autocmds(EVENT_VIMLEAVEPRE, NULL, NULL, FALSE, curbuf); in getout()
1634 write_viminfo(NULL, FALSE); in getout()
1647 apply_autocmds(EVENT_VIMLEAVE, NULL, NULL, FALSE, curbuf); in getout()
1663 no_wait_return = FALSE; in getout()
1706 garbage_collect(FALSE); in getout()
1761 gui.dofork = FALSE; in early_arg_scan()
1876 gui.dospawn = FALSE; // No need to spawn a new process. in parse_command_name()
1928 int had_minmin = FALSE; // found "--" argument in command_line_scan()
1958 want_argument = FALSE; in command_line_scan()
2006 gui.starting = FALSE; // not starting GUI, will exit in command_line_scan()
2010 msg_didout = FALSE; in command_line_scan()
2031 gui.dofork = FALSE; // don't fork() when starting GUI in command_line_scan()
2035 p_lpl = FALSE; in command_line_scan()
2128 gui.dofork = FALSE; // don't fork() when starting GUI in command_line_scan()
2145 gui.starting = FALSE; in command_line_scan()
2172 p_write = FALSE; in command_line_scan()
2183 change_compatible(FALSE); in command_line_scan()
2307 gui.starting = FALSE; // don't start GUI in command_line_scan()
2611 FALSE in command_line_scan()
2740 no_wait_return = FALSE; in read_stdin()
2837 dorewind = FALSE; in create_windows()
2852 (void)open_buffer(FALSE, NULL, 0); in create_windows()
2859 did_emsg = FALSE; // avoid hit-enter prompt in create_windows()
2865 setfname(curbuf, NULL, NULL, FALSE); in create_windows()
2915 advance = FALSE; in edit_buffers()
2928 advance = FALSE; in edit_buffers()
2955 win_enter(curwin->w_next, FALSE); in edit_buffers()
2967 swap_exists_did_quit = FALSE; in edit_buffers()
2977 did_emsg = FALSE; // avoid hit-enter prompt in edit_buffers()
2981 advance = FALSE; in edit_buffers()
3019 win_enter(win, FALSE); in edit_buffers()
3024 win_equal(curwin, FALSE, 'b'); // adjust heights in edit_buffers()
3095 msg_scroll = FALSE; in exe_commands()
3100 qf_jump(NULL, 0, 0, FALSE); in exe_commands()
3119 (void)do_source((char_u *)EVIM_FILE, FALSE, DOSO_NONE, NULL); in source_startup_scripts()
3131 if (do_source((char_u *)VIM_DEFAULTS_FILE, FALSE, DOSO_NONE, NULL) in source_startup_scripts()
3145 if (do_source(parmp->use_vimrc, FALSE, DOSO_NONE, NULL) != OK) in source_startup_scripts()
3163 (void)do_source((char_u *)SYS_VIMRC_FILE, FALSE, DOSO_NONE, NULL); in source_startup_scripts()
3166 (void)do_source((char_u *)"$VIMRUNTIME/macmap.vim", FALSE, in source_startup_scripts()
3196 && process_env((char_u *)"EXINIT", FALSE) == FAIL in source_startup_scripts()
3197 && do_source((char_u *)USR_EXRC_FILE, FALSE, in source_startup_scripts()
3200 && do_source((char_u *)USR_EXRC_FILE2, FALSE, in source_startup_scripts()
3206 if (do_source((char_u *)VIM_DEFAULTS_FILE, FALSE, DOSO_NONE, in source_startup_scripts()
3231 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3234 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3238 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3242 (char_u *)VIMRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3257 (char_u *)EXRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3260 (char_u *)EXRC_FILE, FALSE, TRUE) != FPC_SAME in source_startup_scripts()
3263 (void)do_source((char_u *)EXRC_FILE, FALSE, in source_startup_scripts()
3373 gui.starting = FALSE; // Needed to show as error. in mainerr()
3600 gui.dofork = FALSE; in usage()
3635 if (mch_can_exe(argv0, &path, FALSE) && path != NULL) in set_progpath()