Home
last modified time | relevance | path

Searched refs:KeyStuffed (Results 1 – 13 of 13) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmacros.h70 && !KeyStuffed \
H A Dglobals.h695 EXTERN int KeyStuffed; // true if current char from stuffbuf variable
H A Dgetchar.c1759 KeyStuffed = FALSE; in vgetorpeek()
1784 KeyStuffed = true; in vgetorpeek()
H A Dsearch.c1542 if (!KeyStuffed) { // don't remember when redoing in searchc()
H A Dex_getln.c1045 if (cmdmsg_rl && !KeyStuffed) { in command_line_execute()
H A Dnormal.c1104 if (curwin->w_p_rl && KeyTyped && !KeyStuffed in normal_execute()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmacros.h134 && !KeyStuffed \
H A Dui.c1198 if (!p_imdisable && KeyTyped && !KeyStuffed in im_save_status()
H A Dgetchar.c2939 KeyStuffed = FALSE; in vgetorpeek()
2965 KeyStuffed = TRUE; in vgetorpeek()
H A Dglobals.h1211 EXTERN int KeyStuffed; // TRUE if current char from stuffbuf variable
H A Dex_getln.c1793 if (cmdmsg_rl && !KeyStuffed) in getcmdline_int()
H A Dsearch.c1772 if (!KeyStuffed) // don't remember when redoing in searchc()
H A Dnormal.c799 if (curwin->w_p_rl && KeyTyped && !KeyStuffed in normal_cmd()