Home
last modified time | relevance | path

Searched refs:expand_T (Results 1 – 25 of 52) sorted by relevance

123

/vim-8.2.3635/src/proto/
H A Dcmdexpand.pro2 int nextwild(expand_T *xp, int type, int options, int escape);
3 char_u *ExpandOne(expand_T *xp, char_u *str, char_u *orig, int options, int mode);
4 void ExpandInit(expand_T *xp);
5 void ExpandCleanup(expand_T *xp);
6 int showmatches(expand_T *xp, int wildmenu);
9 void set_cmd_context(expand_T *xp, char_u *str, int len, int col, int use_ccline);
10 int expand_cmdline(expand_T *xp, char_u *str, int col, int *matchcount, char_u ***matches);
12 int wildmenu_translate_key(cmdline_info_T *cclp, int key, expand_T *xp, int did_wild_list);
13 int wildmenu_process_key(cmdline_info_T *cclp, int key, expand_T *xp);
H A Dusercmd.pro2 char_u *find_ucmd(exarg_T *eap, char_u *p, int *full, expand_T *xp, int *complp);
3 char_u *set_context_in_user_cmd(expand_T *xp, char_u *arg_in);
5 char_u *get_user_commands(expand_T *xp, int idx);
7 char_u *get_user_cmd_addr_type(expand_T *xp, int idx);
8 char_u *get_user_cmd_flags(expand_T *xp, int idx);
9 char_u *get_user_cmd_nargs(expand_T *xp, int idx);
10 char_u *get_user_cmd_complete(expand_T *xp, int idx);
H A Dsyntax.pro15 void set_context_in_echohl_cmd(expand_T *xp, char_u *arg);
16 void set_context_in_syntax_cmd(expand_T *xp, char_u *arg);
17 char_u *get_syntax_name(expand_T *xp, int idx);
24 char_u *get_syntime_arg(expand_T *xp, int idx);
H A Dmenu.pro5 char_u *set_context_in_menu_cmd(expand_T *xp, char_u *cmd, char_u *arg, int forceit);
6 char_u *get_menu_name(expand_T *xp, int idx);
7 char_u *get_menu_names(expand_T *xp, int idx);
H A Dautocmd.pro34 char_u *get_augroup_name(expand_T *xp, int idx);
35 char_u *set_context_in_autocmd(expand_T *xp, char_u *arg, int doautocmd);
36 char_u *get_event_name(expand_T *xp, int idx);
H A Dhighlight.pro47 void set_context_in_highlight_cmd(expand_T *xp, char_u *arg);
48 char_u *get_highlight_name(expand_T *xp, int idx);
49 char_u *get_highlight_name_ext(expand_T *xp, int idx, int skip_cleared);
H A Dlocale.pro7 char_u *get_lang_arg(expand_T *xp, int idx);
8 char_u *get_locales(expand_T *xp, int idx);
H A Dif_cscope.pro2 char_u *get_cscope_name(expand_T *xp, int idx);
3 void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx);
H A Dvim9execute.pro12 void set_context_in_disassemble_cmd(expand_T *xp, char_u *arg);
13 char_u *get_disassemble_argument(expand_T *xp, int idx);
H A Dprofiler.pro16 char_u *get_profile_name(expand_T *xp, int idx);
17 void set_context_in_profile_cmd(expand_T *xp, char_u *arg);
H A Devalfunc.pro3 char_u *get_function_name(expand_T *xp, int idx);
4 char_u *get_expr_name(expand_T *xp, int idx);
H A Dsign.pro20 char_u *get_sign_name(expand_T *xp, int idx);
21 void set_context_in_sign_cmd(expand_T *xp, char_u *arg);
H A Dmisc1.pro36 char_u *get_env_name(expand_T *xp, int idx);
37 char_u *get_users(expand_T *xp, int idx);
H A Doption.pro63 void set_context_in_set_cmd(expand_T *xp, char_u *arg, int opt_flags);
64 int ExpandSettings(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file);
H A Dcmdhist.pro8 char_u *get_history_arg(expand_T *xp, int idx);
H A Darglist.pro24 char_u *get_arglist_name(expand_T *xp, int idx);
H A Dmap.pro10 char_u *set_context_in_map_cmd(expand_T *xp, char_u *cmd, char_u *arg, int forceit, int isabbrev, i…
H A Dscreen.pro13 void win_redr_status_matches(expand_T *xp, int num_matches, char_u **matches, int match, int showta…
H A Dex_docmd.pro36 char_u *get_command_name(expand_T *xp, int idx);
H A Duserfunc.pro45 char_u *get_user_func_name(expand_T *xp, int idx);
H A Deval.pro34 void set_context_for_expression(expand_T *xp, char_u *arg, cmdidx_T cmdidx);
/vim-8.2.3635/src/
H A Dcmdexpand.c43 expand_T *xp, in ExpandEscape()
137 expand_T *xp, in nextwild()
285 expand_T *xp, in ExpandOne()
967 expand_T *xp, in set_one_cmd_context()
1791 expand_T *xp, in set_cmd_context()
1848 expand_T *xp, in expand_cmdline()
1927 expand_T *xp, in ExpandFromContext()
2193 expand_T *xp, in ExpandGeneric()
2435 expand_T *xp, in call_user_expand_func()
2484 expand_T *xp, in ExpandUserDefined()
[all …]
H A Dlocale.c428 expand_T xpc; in find_locales()
535 get_lang_arg(expand_T *xp UNUSED, int idx) in get_lang_arg()
556 get_locales(expand_T *xp UNUSED, int idx) in get_locales()
H A Dusercmd.c128 expand_T *xp, // used for completion, NULL otherwise in find_ucmd()
235 set_context_in_user_cmd(expand_T *xp, char_u *arg_in) in set_context_in_user_cmd()
305 get_user_commands(expand_T *xp UNUSED, int idx) in get_user_commands()
352 get_user_cmd_addr_type(expand_T *xp UNUSED, int idx) in get_user_cmd_addr_type()
362 get_user_cmd_flags(expand_T *xp UNUSED, int idx) in get_user_cmd_flags()
378 get_user_cmd_nargs(expand_T *xp UNUSED, int idx) in get_user_cmd_nargs()
392 get_user_cmd_complete(expand_T *xp UNUSED, int idx) in get_user_cmd_complete()
H A Dprofiler.c373 get_profile_name(expand_T *xp UNUSED, int idx) in get_profile_name()
389 set_context_in_profile_cmd(expand_T *xp, char_u *arg) in set_context_in_profile_cmd()

123