Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c160 if (xp->xp_context == EXPAND_NOTHING) in nextwild()
952 xp->xp_context = EXPAND_NOTHING; in set_expand_context()
974 int compl = EXPAND_NOTHING; in set_one_cmd_context()
994 xp->xp_context = EXPAND_NOTHING; in set_one_cmd_context()
1005 xp->xp_context = EXPAND_NOTHING; in set_one_cmd_context()
1382 xp->xp_context = EXPAND_NOTHING; in set_one_cmd_context()
1396 xp->xp_context = EXPAND_NOTHING; in set_one_cmd_context()
1472 xp->xp_context = EXPAND_NOTHING; in set_one_cmd_context()
1609 if (compl != EXPAND_NOTHING) in set_one_cmd_context()
1865 return EXPAND_NOTHING; in expand_cmdline()
[all …]
H A Dex_getln.c958 xp->xp_context = EXPAND_NOTHING; in cmdline_wildchar_complete()
1009 xp->xp_context = EXPAND_NOTHING; in cmdline_wildchar_complete()
1421 xp->xp_context = EXPAND_NOTHING; in cmdline_browse_history()
1652 xpc.xp_context = EXPAND_NOTHING; in getcmdline_int()
1864 xpc.xp_context = EXPAND_NOTHING; in getcmdline_int()
2047 if (showmatches(&xpc, FALSE) == EXPAND_NOTHING) in getcmdline_int()
2403 if (xpc.xp_context == EXPAND_NOTHING && (KeyTyped || vpeekc() == NUL)) in getcmdline_int()
3233 && ccline.xpc->xp_context != EXPAND_NOTHING in realloc_cmdbuff()
4560 int xp_type = EXPAND_NOTHING; in get_user_input()
H A Dsign.c2121 xp->xp_context = EXPAND_NOTHING; in set_context_in_sign_cmd()
2137 xp->xp_context = EXPAND_NOTHING; in set_context_in_sign_cmd()
2147 xp->xp_context = EXPAND_NOTHING; in set_context_in_sign_cmd()
2156 xp->xp_context = EXPAND_NOTHING; in set_context_in_sign_cmd()
2159 xp->xp_context = EXPAND_NOTHING; in set_context_in_sign_cmd()
H A Dusercmd.c406 return EXPAND_NOTHING; in cmdcomplete_str_to_type()
1062 int compl = EXPAND_NOTHING; in ex_command()
H A Dcrypt.c650 : (char_u *)_("Enter same key again: "), 0, EXPAND_NOTHING, in crypt_get_key()
H A Dif_cscope.c177 xp->xp_context = EXPAND_NOTHING; in set_context_in_cscope_cmd()
185 xp->xp_context = EXPAND_NOTHING; in set_context_in_cscope_cmd()
H A Ddebugger.c139 cmdline = getcmdline_prompt('>', NULL, 0, EXPAND_NOTHING, NULL); in do_debug()
H A Dprofiler.c410 xp->xp_context = EXPAND_NOTHING; in set_context_in_profile_cmd()
H A Doption.c6271 xp->xp_context = EXPAND_NOTHING; in set_context_in_set_cmd()
6306 xp->xp_context = EXPAND_NOTHING; in set_context_in_set_cmd()
6312 xp->xp_context = EXPAND_NOTHING; in set_context_in_set_cmd()
6339 xp->xp_context = EXPAND_NOTHING; in set_context_in_set_cmd()
H A Deval.c1853 xp->xp_context = has_expr ? EXPAND_EXPRESSION : EXPAND_NOTHING; in set_context_for_expression()
1893 xp->xp_context = EXPAND_NOTHING; in set_context_for_expression()
1900 xp->xp_context = EXPAND_NOTHING; in set_context_for_expression()
H A Dvim.h753 #define EXPAND_NOTHING 0 macro
H A Dautocmd.c2559 xp->xp_context = EXPAND_NOTHING; // pattern is not expanded in set_context_in_autocmd()
H A Dmap.c1187 xp->xp_context = EXPAND_NOTHING; in set_context_in_map_cmd()
H A Dsyntax.c6428 xp->xp_context = EXPAND_NOTHING; in set_context_in_syntax_cmd()
6441 xp->xp_context = EXPAND_NOTHING; in set_context_in_syntax_cmd()
H A Dmenu.c1375 xp->xp_context = EXPAND_NOTHING; in set_context_in_menu_cmd()
H A Dinsexpand.c3956 || compl_xp.xp_context == EXPAND_NOTHING) in ins_complete()
H A Dex_docmd.c3964 *ctx = EXPAND_NOTHING; in skip_range()
3973 *ctx = EXPAND_NOTHING; in skip_range()
H A Dhighlight.c3957 xp->xp_context = EXPAND_NOTHING; in set_context_in_highlight_cmd()