Searched refs:CMDLINE (Results 1 – 25 of 26) sorted by relevance
12
101 if ((mode & (INSERT + CMDLINE)) == INSERT + CMDLINE) in map_mode_to_chars()107 else if (mode & CMDLINE) in map_mode_to_chars()878 mode = CMDLINE; // :cmap in get_map_mode()895 mode = INSERT + CMDLINE; // :map ! in get_map_mode()1018 mode |= CMDLINE; in mode_str2flags()1194 expand_mapmodes = INSERT + CMDLINE; in set_context_in_map_cmd()1841 case CMDLINE + INSERT: in makemap()1845 case CMDLINE: in makemap()2466 {(char_u *)"\316w <C-Home>", INSERT+CMDLINE},2468 {(char_u *)"\316u <C-End>", INSERT+CMDLINE},[all …]
1319 if ((!(State & (INSERT + CMDLINE)) || arrow_used) in may_sync_undo()2418 && !(p_paste && (State & (INSERT + CMDLINE))) in handle_mapping()2440 LANGMAP_ADJUST(tb_c1, (State & (CMDLINE | INSERT)) == 0 in handle_mapping()2766 if (State & CMDLINE) in handle_mapping()3011 && (State & (INSERT + CMDLINE))) in vgetorpeek()3231 else if ((State & CMDLINE) in vgetorpeek()3259 if (((State & INSERT) != 0 || p_lz) && (State & CMDLINE) == 0 in vgetorpeek()3308 if ((State & CMDLINE) in vgetorpeek()3357 if (State & CMDLINE) in vgetorpeek()
3208 case CMDLINE: in gui_send_mouse_event()3209 case CMDLINE+LANGMAP: in gui_send_mouse_event()3279 if (State & CMDLINE) in gui_send_mouse_event()4087 else if (State & CMDLINE) in gui_drag_scrollbar()4126 else if (State & CMDLINE) in gui_drag_scrollbar()5037 else if (!(State & CMDLINE) && wp->w_vsep_width > 0 && col == wp->w_width in xy2win()5040 else if (!(State & CMDLINE) && wp->w_status_height > 0 in xy2win()5557 if (State & CMDLINE) in gui_handle_drop()
111 if (State & CMDLINE) in init_preedit_start_col()404 if ((State & CMDLINE) == 0 && curwin != NULL && curwin->w_p_rl) in im_correct_cursor()1033 && (State & (INSERT | CMDLINE | NORMAL | EXTERNCMD)) != 0) in xim_queue_key_press_event()
697 else if ((State & CMDLINE) || exmode_active) in f_mode()855 if (must_redraw != 0 && !need_wait_return && (State & CMDLINE) == 0) in get_keystroke()1007 State = CMDLINE; in prompt_for_number()
231 # define CURSOR_BAR_RIGHT (curwin->w_p_rl && (!(State & CMDLINE) || cmdmsg_rl))
1160 if (State & CMDLINE) in ui_focus_change()
123 `INSERT`, `CMDLINE`, and a few others.
1673 State = CMDLINE; in getcmdline_int()3127 if ((State & CMDLINE) in redrawcmd_preedit()4004 if ((State & CMDLINE) == 0) in get_ccline_ptr()
1766 else if (state & CMDLINE) in get_menu_index()1941 if ((State & CMDLINE) || State == ASKMORE || State == HITRETURN) in get_menu_mode()
685 #define CMDLINE 0x08 // Editing command line macro
1419 else if (State & CMDLINE) in setmouse()
694 if (State & CMDLINE) in menu_item_select()
2309 if (State & CMDLINE) in get_shape_idx()
3431 if (!exiting && need_wait_return && !(State & CMDLINE)) in msg_end()
3031 else if (State & CMDLINE) in redraw_after_callback()
1874 else if (!(get_real_state() & (INSERT | CMDLINE | SELECTMODE))) in process_message()4843 && (State & CMDLINE) == 0) in _WndProc()
77 else if (State & CMDLINE) in conceal_cursor_line()
1900 if (!(State & CMDLINE) && MB_BYTE2LEN_CHECK(nc) == 1) in get_literal()
4250 if (State > NORMAL_BUSY || (State & CMDLINE) || already_warned) in buf_check_timestamp()
3323 State = CMDLINE; in ex_append()
3534 if (State & CMDLINE) in set_shellsize()
1661 if (State & CMDLINE && msg_row == Rows - 1 && msec != 0) in WaitForChar()
31 syn keyword ishdConstant BUTTON_UNKNOWN CMDLINE COMMONFILES CANCEL CANCELBUTTON
56 syn match nsisSysVar "$CMDLINE"