Home
last modified time | relevance | path

Searched refs:HITRETURN (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dmessage.c1167 State = HITRETURN; in wait_return()
2257 if (p_more && lines_left == 0 && State != HITRETURN in msg_puts_display()
2820 if (entered || (State == HITRETURN && typed_char == 0)) in do_more_prompt()
3324 else if (State == HITRETURN || State == SETWSIZE) in repeat_message()
H A Dgetchar.c2419 && !(State == HITRETURN && (tb_c1 == CAR || tb_c1 == ' ')) in handle_mapping()
3278 && State != HITRETURN) in vgetorpeek()
3486 if (State != HITRETURN) in inchar()
H A Dui.c1162 else if (State == HITRETURN || State == SETWSIZE || State == ASKMORE in ui_focus_change()
H A Dmenu.c1779 else if (state == HITRETURN || state == ASKMORE) in get_menu_index()
1941 if ((State & CMDLINE) || State == ASKMORE || State == HITRETURN) in get_menu_mode()
H A Dgui.c3195 case HITRETURN: // At the more- and hit-enter prompt pass the in gui_send_mouse_event()
4899 && State != HITRETURN // but not hit-return prompt in gui_mouse_focus()
5028 if (State == HITRETURN || State == ASKMORE) in xy2win()
H A Dnetbeans.c1849 if (State == HITRETURN || State == ASKMORE) in nb_do_cmd()
2235 if (State == HITRETURN || State == ASKMORE) in nb_do_cmd()
H A Ddrawscreen.c2815 || State == ASKMORE || State == HITRETURN in update_debug_sign()
3029 if (State == HITRETURN || State == ASKMORE) in redraw_after_callback()
H A Dvim.h697 #define HITRETURN (0x200 + NORMAL) // waiting for return or command macro
H A Dmisc1.c661 else if (State == HITRETURN || State == ASKMORE || State == SETWSIZE in f_mode()
H A Dmouse.c1415 else if (State == HITRETURN || State == ASKMORE || State == SETWSIZE) in setmouse()
H A Dmisc2.c2286 if (mouse && (State == HITRETURN || State == ASKMORE)) in get_shape_idx()
H A Dterm.c3462 if (State == HITRETURN || State == SETWSIZE) in set_shellsize()