Searched refs:compl_xp (Results 1 – 1 of 1) sorted by relevance
190 static expand_T compl_xp; variable3021 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()