/dports/editors/vim/vim-8.2.3745/src/proto/ |
H A D | cmdexpand.pro | 2 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 D | usercmd.pro | 2 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 D | syntax.pro | 15 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 D | menu.pro | 5 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 D | locale.pro | 7 char_u *get_lang_arg(expand_T *xp, int idx); 8 char_u *get_locales(expand_T *xp, int idx);
|
H A D | autocmd.pro | 34 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 D | if_cscope.pro | 2 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 D | highlight.pro | 47 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 D | vim9execute.pro | 12 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 D | profiler.pro | 16 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 D | evalfunc.pro | 3 char_u *get_function_name(expand_T *xp, int idx); 4 char_u *get_expr_name(expand_T *xp, int idx);
|
H A D | sign.pro | 20 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 D | misc1.pro | 36 char_u *get_env_name(expand_T *xp, int idx); 37 char_u *get_users(expand_T *xp, int idx);
|
H A D | option.pro | 63 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 D | cmdhist.pro | 8 char_u *get_history_arg(expand_T *xp, int idx);
|
H A D | arglist.pro | 24 char_u *get_arglist_name(expand_T *xp, int idx);
|
H A D | map.pro | 10 char_u *set_context_in_map_cmd(expand_T *xp, char_u *cmd, char_u *arg, int forceit, int isabbrev, i…
|
H A D | screen.pro | 13 void win_redr_status_matches(expand_T *xp, int num_matches, char_u **matches, int match, int showta…
|
/dports/editors/vim/vim-8.2.3745/src/ |
H A D | cmdexpand.c | 43 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 D | locale.c | 426 expand_T xpc; in find_locales() 533 get_lang_arg(expand_T *xp UNUSED, int idx) in get_lang_arg() 554 get_locales(expand_T *xp UNUSED, int idx) in get_locales()
|
H A D | usercmd.c | 128 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()
|
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/ |
H A D | nearby-danger.h | 159 template<typename valid_T, typename expand_T> 162 expand_T & expand_node, in search_astar() 207 template<typename valid_T, typename expand_T> 210 expand_T & expand_node, in search_astar()
|
/dports/editors/neovim/neovim-0.6.1/src/nvim/ |
H A D | types.h | 27 typedef struct expand expand_T; typedef
|
H A D | ex_getln.h | 51 typedef char_u *(*CompleteListItemGetter)(expand_T *, int);
|
H A D | ex_getln.c | 189 expand_T xpc; 296 static char_u *get_healthcheck_names(expand_T *xp, int idx) in get_healthcheck_names() 3745 static int nextwild(expand_T *xp, int type, int options, int escape) in nextwild() 4092 void ExpandInit(expand_T *xp) in ExpandInit() 4103 void ExpandCleanup(expand_T *xp) in ExpandCleanup() 4270 static int showmatches(expand_T *xp, int wildmenu) in showmatches() 4485 static int expand_showtail(expand_T *xp) in expand_showtail() 4690 static void set_expand_context(expand_T *xp) in set_expand_context() 4840 typedef char_u *(*ExpandFunc)(expand_T *, int); 5573 expand_T xpc; in globpath() [all …]
|