Home
last modified time | relevance | path

Searched refs:compl_xp (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c190 static expand_T compl_xp; variable
3146 if (expand_cmdline(&compl_xp, compl_pattern, in ins_compl_get_exp()
4078 set_cmd_context(&compl_xp, compl_pattern, in ins_complete()
4080 if (compl_xp.xp_context == EXPAND_UNSUCCESSFUL in ins_complete()
4081 || compl_xp.xp_context == EXPAND_NOTHING) in ins_complete()
4086 compl_col = (int)(compl_xp.xp_pattern - compl_pattern); in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c211 static expand_T compl_xp; variable
4348 if (expand_cmdline(&compl_xp, compl_pattern, in ins_compl_get_exp()
5209 set_cmd_context(&compl_xp, compl_pattern, in ins_complete()
5211 if (compl_xp.xp_context == EXPAND_UNSUCCESSFUL in ins_complete()
5212 || compl_xp.xp_context == EXPAND_NOTHING) { in ins_complete()
5217 compl_col = (int)(compl_xp.xp_pattern - compl_pattern); in ins_complete()