Lines Matching refs:FALSE
53 static int block_redo = FALSE;
187 return get_buffcont(&redobuff, FALSE); in get_inserted()
425 typebuf_was_filled = FALSE; in flush_buffers()
442 typebuf_was_filled = FALSE; in flush_buffers()
447 cmd_silent = FALSE; in flush_buffers()
501 s = get_buffcont(&save_redo->sr_redobuff, FALSE); in saveRedobuff()
808 while ((c = read_redo(FALSE, old_redo)) != NUL) in copy_redo()
830 c = read_redo(FALSE, old_redo); in start_redo()
836 c = read_redo(FALSE, old_redo); in start_redo()
850 c = read_redo(FALSE, old_redo); in start_redo()
857 VIsual_select = FALSE; in start_redo()
860 c = read_redo(FALSE, old_redo); in start_redo()
867 c = read_redo(FALSE, old_redo); in start_redo()
887 if (read_redo(TRUE, FALSE) == FAIL) in start_redo_ins()
892 while ((c = read_redo(FALSE, FALSE)) != NUL) in start_redo_ins()
903 copy_redo(FALSE); in start_redo_ins()
911 block_redo = FALSE; in stop_redo_ins()
1245 typebuf_was_filled = FALSE; in del_typebuf()
1300 debug_did_msg = FALSE; in gotchars()
1321 u_sync(FALSE); in may_sync_undo()
1347 typebuf_was_filled = FALSE; in alloc_typebuf()
1499 msg_scroll = FALSE; // no msg scrolling in Normal mode in openscript()
1501 p_im = FALSE; // don't use 'insertmode' in openscript()
1503 finish_op = FALSE; in openscript()
1509 normal_cmd(&oa, FALSE); // execute one command in openscript()
1565 garbage_collect(FALSE); in before_blocking()
1653 garbage_collect(FALSE); in vgetc()
1677 int did_inc = FALSE; in vgetc()
1753 GTK_MENU_SHELL(gui.menubar), FALSE); in vgetc()
1883 may_garbage_collect = FALSE; in vgetc()
1890 bevalexpr_due_set = FALSE; in vgetc()
1900 got_int = FALSE; // avoid looping in vgetc()
1946 c = bracketed_paste(PASTE_ONE_CHAR, FALSE, NULL); in plain_vgetc()
1962 return vgetorpeek(FALSE); in vpeekc()
2013 return FALSE; in char_avail()
2029 int error = FALSE; in getchar_common()
2221 may_garbage_collect = FALSE; in parse_queued_messages()
2228 channel_handle_events(FALSE); in parse_queued_messages()
2262 apply_autocmds(EVENT_SIGUSR1, NULL, NULL, FALSE, curbuf); in parse_queued_messages()
2263 got_sigusr1 = FALSE; in parse_queued_messages()
2711 VIsual_select = FALSE; in handle_mapping()
2713 REMAP_NONE, 0, TRUE, FALSE); in handle_mapping()
2782 VIsual_select = FALSE; in handle_mapping()
2783 (void)ins_typebuf(K_SELECT_STRING, REMAP_NONE, 0, TRUE, FALSE); in handle_mapping()
2808 may_garbage_collect = FALSE; in handle_mapping()
2912 int timedout = FALSE; // waited for more than 1 second in vgetorpeek()
2915 int mode_deleted = FALSE; // set when mode has been deleted in vgetorpeek()
2920 int shape_changed = FALSE; // adjusted cursor shape in vgetorpeek()
2943 KeyStuffed = FALSE; in vgetorpeek()
3024 cmd_silent = FALSE; in vgetorpeek()
3055 KeyTyped = FALSE; in vgetorpeek()
3117 gui_update_cursor(TRUE, FALSE); in vgetorpeek()
3286 + typebuf.tb_len - 1], FALSE); in vgetorpeek()
3316 + typebuf.tb_len - 1], FALSE); in vgetorpeek()
3327 timedout = FALSE; in vgetorpeek()
3405 unshowmode(FALSE); in vgetorpeek()
3418 gui_update_cursor(TRUE, FALSE); in vgetorpeek()
3467 int retesc = FALSE; // return ESC with gotint in inchar()
3474 out_flush_cursor(FALSE, FALSE); in inchar()
3488 did_outofmem_msg = FALSE; // display out of memory message (again) in inchar()
3489 did_swapwrite_msg = FALSE; // display swap file write error again in inchar()
3491 undo_off = FALSE; // restart undo now in inchar()
3682 int aborted = FALSE; in getcmdkeycmd()
3689 got_int = FALSE; in getcmdkeycmd()
3698 if (vgetorpeek(FALSE) == NUL) in getcmdkeycmd()
3728 no_reduce_keys = FALSE; in getcmdkeycmd()