Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c190 static expand_T compl_xp; variable
3021 if (expand_cmdline(&compl_xp, compl_pattern, in ins_compl_get_exp()
3953 set_cmd_context(&compl_xp, compl_pattern, in ins_complete()
3955 if (compl_xp.xp_context == EXPAND_UNSUCCESSFUL in ins_complete()
3956 || compl_xp.xp_context == EXPAND_NOTHING) in ins_complete()
3961 compl_col = (int)(compl_xp.xp_pattern - compl_pattern); in ins_complete()