Home
last modified time | relevance | path

Searched refs:old_KeyTyped (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dhelp.c39 int old_KeyTyped = KeyTyped; in ex_help() local
179 KeyTyped = old_KeyTyped; in ex_help()
H A Dtag.c311 int old_KeyTyped = KeyTyped; in do_tag() local
360 if ((fdo_flags & FDO_TAG) && old_KeyTyped) in do_tag()
3336 int old_KeyTyped = KeyTyped; // getting the file may reset it in jumpto_tag() local
3660 if ((fdo_flags & FDO_TAG) && old_KeyTyped) in jumpto_tag()
H A Dnormal.c5523 int old_KeyTyped = KeyTyped; // getting file may reset it in nv_gomark() local
5553 && old_KeyTyped) in nv_gomark()
5568 int old_KeyTyped = KeyTyped; // getting file may reset it in nv_pcmark() local
5605 && old_KeyTyped) in nv_pcmark()
H A Dquickfix.c3434 int old_KeyTyped = KeyTyped; // getting file may reset it in qf_jump_newwin() local
3479 &opened_window, old_KeyTyped, print_message); in qf_jump_newwin()
4674 int old_KeyTyped = KeyTyped; in qf_fill_buffer() local
4778 KeyTyped = old_KeyTyped; in qf_fill_buffer()