Home
last modified time | relevance | path

Searched refs:CMDLINE (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/
H A Dmap.c101 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 …]
H A Dgetchar.c1319 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()
H A Dgui.c3208 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()
H A Dgui_xim.c111 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()
H A Dmisc1.c697 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()
H A Dmacros.h231 # define CURSOR_BAR_RIGHT (curwin->w_p_rl && (!(State & CMDLINE) || cmdmsg_rl))
H A Dui.c1160 if (State & CMDLINE) in ui_focus_change()
H A DREADME.md123 `INSERT`, `CMDLINE`, and a few others.
H A Dex_getln.c1673 State = CMDLINE; in getcmdline_int()
3127 if ((State & CMDLINE) in redrawcmd_preedit()
4004 if ((State & CMDLINE) == 0) in get_ccline_ptr()
H A Dmenu.c1766 else if (state & CMDLINE) in get_menu_index()
1941 if ((State & CMDLINE) || State == ASKMORE || State == HITRETURN) in get_menu_mode()
H A Dvim.h685 #define CMDLINE 0x08 // Editing command line macro
H A Dmouse.c1419 else if (State & CMDLINE) in setmouse()
H A Dgui_gtk.c694 if (State & CMDLINE) in menu_item_select()
H A Dmisc2.c2309 if (State & CMDLINE) in get_shape_idx()
H A Dmessage.c3431 if (!exiting && need_wait_return && !(State & CMDLINE)) in msg_end()
H A Ddrawscreen.c3031 else if (State & CMDLINE) in redraw_after_callback()
H A Dgui_w32.c1874 else if (!(get_real_state() & (INSERT | CMDLINE | SELECTMODE))) in process_message()
4843 && (State & CMDLINE) == 0) in _WndProc()
H A Dscreen.c77 else if (State & CMDLINE) in conceal_cursor_line()
H A Dedit.c1900 if (!(State & CMDLINE) && MB_BYTE2LEN_CHECK(nc) == 1) in get_literal()
H A Dfileio.c4250 if (State > NORMAL_BUSY || (State & CMDLINE) || already_warned) in buf_check_timestamp()
H A Dex_cmds.c3323 State = CMDLINE; in ex_append()
H A Dterm.c3534 if (State & CMDLINE) in set_shellsize()
H A Dos_win32.c1661 if (State & CMDLINE && msg_row == Rows - 1 && msec != 0) in WaitForChar()
/vim-8.2.3635/runtime/syntax/
H A Dishd.vim31 syn keyword ishdConstant BUTTON_UNKNOWN CMDLINE COMMONFILES CANCEL CANCELBUTTON
H A Dnsis.vim56 syn match nsisSysVar "$CMDLINE"

12